Uses of Class
com.oracle.bmc.datacc.requests.GetInfrastructureScaleOptionRequest
-
Packages that use GetInfrastructureScaleOptionRequest Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.requests -
-
Uses of GetInfrastructureScaleOptionRequest in com.oracle.bmc.datacc
Method parameters in com.oracle.bmc.datacc with type arguments of type GetInfrastructureScaleOptionRequest Modifier and Type Method Description Future<GetInfrastructureScaleOptionResponse>BaseinfraAsync. getInfrastructureScaleOption(GetInfrastructureScaleOptionRequest request, AsyncHandler<GetInfrastructureScaleOptionRequest,GetInfrastructureScaleOptionResponse> handler)Get the available scale options for the infrastructure that has the specified OCID.Future<GetInfrastructureScaleOptionResponse>BaseinfraAsyncClient. getInfrastructureScaleOption(GetInfrastructureScaleOptionRequest request, AsyncHandler<GetInfrastructureScaleOptionRequest,GetInfrastructureScaleOptionResponse> handler) -
Uses of GetInfrastructureScaleOptionRequest in com.oracle.bmc.datacc.requests
Methods in com.oracle.bmc.datacc.requests that return GetInfrastructureScaleOptionRequest Modifier and Type Method Description GetInfrastructureScaleOptionRequestGetInfrastructureScaleOptionRequest.Builder. build()Build the instance of GetInfrastructureScaleOptionRequest as configured by this builderGetInfrastructureScaleOptionRequestGetInfrastructureScaleOptionRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetInfrastructureScaleOptionRequest as configured by this builderMethods in com.oracle.bmc.datacc.requests with parameters of type GetInfrastructureScaleOptionRequest Modifier and Type Method Description GetInfrastructureScaleOptionRequest.BuilderGetInfrastructureScaleOptionRequest.Builder. copy(GetInfrastructureScaleOptionRequest o)Copy method to populate the builder with values from the given instance.
-