Uses of Class
com.oracle.bmc.iot.responses.ChangeIotDomainDataRetentionPeriodResponse
-
Packages that use ChangeIotDomainDataRetentionPeriodResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of ChangeIotDomainDataRetentionPeriodResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return ChangeIotDomainDataRetentionPeriodResponse Modifier and Type Method Description ChangeIotDomainDataRetentionPeriodResponse
Iot. changeIotDomainDataRetentionPeriod(ChangeIotDomainDataRetentionPeriodRequest request)
Updates Data Retention Period of the IoT Domain.ChangeIotDomainDataRetentionPeriodResponse
IotClient. changeIotDomainDataRetentionPeriod(ChangeIotDomainDataRetentionPeriodRequest request)
Methods in com.oracle.bmc.iot that return types with arguments of type ChangeIotDomainDataRetentionPeriodResponse Modifier and Type Method Description Future<ChangeIotDomainDataRetentionPeriodResponse>
IotAsync. changeIotDomainDataRetentionPeriod(ChangeIotDomainDataRetentionPeriodRequest request, AsyncHandler<ChangeIotDomainDataRetentionPeriodRequest,ChangeIotDomainDataRetentionPeriodResponse> handler)
Updates Data Retention Period of the IoT Domain.Future<ChangeIotDomainDataRetentionPeriodResponse>
IotAsyncClient. changeIotDomainDataRetentionPeriod(ChangeIotDomainDataRetentionPeriodRequest request, AsyncHandler<ChangeIotDomainDataRetentionPeriodRequest,ChangeIotDomainDataRetentionPeriodResponse> handler)
Method parameters in com.oracle.bmc.iot with type arguments of type ChangeIotDomainDataRetentionPeriodResponse Modifier and Type Method Description Future<ChangeIotDomainDataRetentionPeriodResponse>
IotAsync. changeIotDomainDataRetentionPeriod(ChangeIotDomainDataRetentionPeriodRequest request, AsyncHandler<ChangeIotDomainDataRetentionPeriodRequest,ChangeIotDomainDataRetentionPeriodResponse> handler)
Updates Data Retention Period of the IoT Domain.Future<ChangeIotDomainDataRetentionPeriodResponse>
IotAsyncClient. changeIotDomainDataRetentionPeriod(ChangeIotDomainDataRetentionPeriodRequest request, AsyncHandler<ChangeIotDomainDataRetentionPeriodRequest,ChangeIotDomainDataRetentionPeriodResponse> handler)
-
Uses of ChangeIotDomainDataRetentionPeriodResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return ChangeIotDomainDataRetentionPeriodResponse Modifier and Type Method Description ChangeIotDomainDataRetentionPeriodResponse
ChangeIotDomainDataRetentionPeriodResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type ChangeIotDomainDataRetentionPeriodResponse Modifier and Type Method Description ChangeIotDomainDataRetentionPeriodResponse.Builder
ChangeIotDomainDataRetentionPeriodResponse.Builder. copy(ChangeIotDomainDataRetentionPeriodResponse o)
Copy method to populate the builder with values from the given instance.
-