Uses of Class
com.oracle.bmc.apmcontrolplane.requests.GenerateDataKeysRequest
-
Packages that use GenerateDataKeysRequest Package Description com.oracle.bmc.apmcontrolplane com.oracle.bmc.apmcontrolplane.requests -
-
Uses of GenerateDataKeysRequest in com.oracle.bmc.apmcontrolplane
Methods in com.oracle.bmc.apmcontrolplane with parameters of type GenerateDataKeysRequest Modifier and Type Method Description GenerateDataKeysResponse
ApmDomain. generateDataKeys(GenerateDataKeysRequest request)
Generates a set of new Data Keys for the specified APM domain with the specified names and types.Future<GenerateDataKeysResponse>
ApmDomainAsync. generateDataKeys(GenerateDataKeysRequest request, AsyncHandler<GenerateDataKeysRequest,GenerateDataKeysResponse> handler)
Generates a set of new Data Keys for the specified APM domain with the specified names and types.Future<GenerateDataKeysResponse>
ApmDomainAsyncClient. generateDataKeys(GenerateDataKeysRequest request, AsyncHandler<GenerateDataKeysRequest,GenerateDataKeysResponse> handler)
GenerateDataKeysResponse
ApmDomainClient. generateDataKeys(GenerateDataKeysRequest request)
Method parameters in com.oracle.bmc.apmcontrolplane with type arguments of type GenerateDataKeysRequest Modifier and Type Method Description Future<GenerateDataKeysResponse>
ApmDomainAsync. generateDataKeys(GenerateDataKeysRequest request, AsyncHandler<GenerateDataKeysRequest,GenerateDataKeysResponse> handler)
Generates a set of new Data Keys for the specified APM domain with the specified names and types.Future<GenerateDataKeysResponse>
ApmDomainAsyncClient. generateDataKeys(GenerateDataKeysRequest request, AsyncHandler<GenerateDataKeysRequest,GenerateDataKeysResponse> handler)
-
Uses of GenerateDataKeysRequest in com.oracle.bmc.apmcontrolplane.requests
Methods in com.oracle.bmc.apmcontrolplane.requests that return GenerateDataKeysRequest Modifier and Type Method Description GenerateDataKeysRequest
GenerateDataKeysRequest.Builder. build()
Build the instance of GenerateDataKeysRequest as configured by this builderGenerateDataKeysRequest
GenerateDataKeysRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GenerateDataKeysRequest as configured by this builderMethods in com.oracle.bmc.apmcontrolplane.requests with parameters of type GenerateDataKeysRequest Modifier and Type Method Description GenerateDataKeysRequest.Builder
GenerateDataKeysRequest.Builder. copy(GenerateDataKeysRequest o)
Copy method to populate the builder with values from the given instance.
-