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.servicemanagerproxyMethods in com.oracle.bmc.servicemanagerproxy with parameters of type GetServiceEnvironmentRequest Modifier and Type Method Description GetServiceEnvironmentResponseServiceManagerProxy. 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)GetServiceEnvironmentResponseServiceManagerProxyClient. 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.requestsMethods in com.oracle.bmc.servicemanagerproxy.requests that return GetServiceEnvironmentRequest Modifier and Type Method Description GetServiceEnvironmentRequestGetServiceEnvironmentRequest.Builder. build()Build the instance of GetServiceEnvironmentRequest as configured by this builderGetServiceEnvironmentRequestGetServiceEnvironmentRequest.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.BuilderGetServiceEnvironmentRequest.Builder. copy(GetServiceEnvironmentRequest o)Copy method to populate the builder with values from the given instance.
 
-