Uses of Class
com.oracle.bmc.servicemanagerproxy.requests.GetServiceEnvironmentRequest
-
Packages that use GetServiceEnvironmentRequest Package Description com.oracle.bmc.servicemanagerproxy com.oracle.bmc.servicemanagerproxy.requests -
-
Uses of GetServiceEnvironmentRequest in com.oracle.bmc.servicemanagerproxy
Methods in com.oracle.bmc.servicemanagerproxy with parameters of type GetServiceEnvironmentRequest Modifier and Type Method Description GetServiceEnvironmentResponse
ServiceManagerProxy. getServiceEnvironment(GetServiceEnvironmentRequest request)
Get the detailed information for a specific service environment.Future<GetServiceEnvironmentResponse>
ServiceManagerProxyAsync. getServiceEnvironment(GetServiceEnvironmentRequest request, AsyncHandler<GetServiceEnvironmentRequest,GetServiceEnvironmentResponse> handler)
Get the detailed information for a specific service environment.Future<GetServiceEnvironmentResponse>
ServiceManagerProxyAsyncClient. getServiceEnvironment(GetServiceEnvironmentRequest request, AsyncHandler<GetServiceEnvironmentRequest,GetServiceEnvironmentResponse> handler)
GetServiceEnvironmentResponse
ServiceManagerProxyClient. getServiceEnvironment(GetServiceEnvironmentRequest request)
Method parameters in com.oracle.bmc.servicemanagerproxy with type arguments of type GetServiceEnvironmentRequest Modifier and Type Method Description Future<GetServiceEnvironmentResponse>
ServiceManagerProxyAsync. getServiceEnvironment(GetServiceEnvironmentRequest request, AsyncHandler<GetServiceEnvironmentRequest,GetServiceEnvironmentResponse> handler)
Get the detailed information for a specific service environment.Future<GetServiceEnvironmentResponse>
ServiceManagerProxyAsyncClient. getServiceEnvironment(GetServiceEnvironmentRequest request, AsyncHandler<GetServiceEnvironmentRequest,GetServiceEnvironmentResponse> handler)
-
Uses of GetServiceEnvironmentRequest in com.oracle.bmc.servicemanagerproxy.requests
Methods in com.oracle.bmc.servicemanagerproxy.requests that return GetServiceEnvironmentRequest Modifier and Type Method Description GetServiceEnvironmentRequest
GetServiceEnvironmentRequest.Builder. build()
Build the instance of GetServiceEnvironmentRequest as configured by this builderGetServiceEnvironmentRequest
GetServiceEnvironmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetServiceEnvironmentRequest as configured by this builderMethods in com.oracle.bmc.servicemanagerproxy.requests with parameters of type GetServiceEnvironmentRequest Modifier and Type Method Description GetServiceEnvironmentRequest.Builder
GetServiceEnvironmentRequest.Builder. copy(GetServiceEnvironmentRequest o)
Copy method to populate the builder with values from the given instance.
-