Uses of Class
com.oracle.bmc.servicemanagerproxy.responses.ListServiceEnvironmentsResponse
-
Packages that use ListServiceEnvironmentsResponse Package Description com.oracle.bmc.servicemanagerproxy com.oracle.bmc.servicemanagerproxy.responses -
-
Uses of ListServiceEnvironmentsResponse in com.oracle.bmc.servicemanagerproxy
Methods in com.oracle.bmc.servicemanagerproxy that return ListServiceEnvironmentsResponse Modifier and Type Method Description ListServiceEnvironmentsResponse
ServiceManagerProxy. listServiceEnvironments(ListServiceEnvironmentsRequest request)
List the details of Software as a Service (SaaS) environments provisioned by Service Manager.ListServiceEnvironmentsResponse
ServiceManagerProxyClient. listServiceEnvironments(ListServiceEnvironmentsRequest request)
Methods in com.oracle.bmc.servicemanagerproxy that return types with arguments of type ListServiceEnvironmentsResponse Modifier and Type Method Description Future<ListServiceEnvironmentsResponse>
ServiceManagerProxyAsync. listServiceEnvironments(ListServiceEnvironmentsRequest request, AsyncHandler<ListServiceEnvironmentsRequest,ListServiceEnvironmentsResponse> handler)
List the details of Software as a Service (SaaS) environments provisioned by Service Manager.Future<ListServiceEnvironmentsResponse>
ServiceManagerProxyAsyncClient. listServiceEnvironments(ListServiceEnvironmentsRequest request, AsyncHandler<ListServiceEnvironmentsRequest,ListServiceEnvironmentsResponse> handler)
Iterable<ListServiceEnvironmentsResponse>
ServiceManagerProxyPaginators. listServiceEnvironmentsResponseIterator(ListServiceEnvironmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listServiceEnvironments operation.Method parameters in com.oracle.bmc.servicemanagerproxy with type arguments of type ListServiceEnvironmentsResponse Modifier and Type Method Description Future<ListServiceEnvironmentsResponse>
ServiceManagerProxyAsync. listServiceEnvironments(ListServiceEnvironmentsRequest request, AsyncHandler<ListServiceEnvironmentsRequest,ListServiceEnvironmentsResponse> handler)
List the details of Software as a Service (SaaS) environments provisioned by Service Manager.Future<ListServiceEnvironmentsResponse>
ServiceManagerProxyAsyncClient. listServiceEnvironments(ListServiceEnvironmentsRequest request, AsyncHandler<ListServiceEnvironmentsRequest,ListServiceEnvironmentsResponse> handler)
-
Uses of ListServiceEnvironmentsResponse in com.oracle.bmc.servicemanagerproxy.responses
Methods in com.oracle.bmc.servicemanagerproxy.responses that return ListServiceEnvironmentsResponse Modifier and Type Method Description ListServiceEnvironmentsResponse
ListServiceEnvironmentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicemanagerproxy.responses with parameters of type ListServiceEnvironmentsResponse Modifier and Type Method Description ListServiceEnvironmentsResponse.Builder
ListServiceEnvironmentsResponse.Builder. copy(ListServiceEnvironmentsResponse o)
Copy method to populate the builder with values from the given instance.
-