Uses of Class
com.oracle.bmc.devops.requests.ListDeployEnvironmentsRequest
-
Packages that use ListDeployEnvironmentsRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListDeployEnvironmentsRequest in com.oracle.bmc.devops
Method parameters in com.oracle.bmc.devops with type arguments of type ListDeployEnvironmentsRequest Modifier and Type Method Description Future<ListDeployEnvironmentsResponse>DevopsAsync. listDeployEnvironments(ListDeployEnvironmentsRequest request, AsyncHandler<ListDeployEnvironmentsRequest,ListDeployEnvironmentsResponse> handler)Returns a list of deployment environments.Future<ListDeployEnvironmentsResponse>DevopsAsyncClient. listDeployEnvironments(ListDeployEnvironmentsRequest request, AsyncHandler<ListDeployEnvironmentsRequest,ListDeployEnvironmentsResponse> handler) -
Uses of ListDeployEnvironmentsRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListDeployEnvironmentsRequest Modifier and Type Method Description ListDeployEnvironmentsRequestListDeployEnvironmentsRequest.Builder. build()Build the instance of ListDeployEnvironmentsRequest as configured by this builderListDeployEnvironmentsRequestListDeployEnvironmentsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDeployEnvironmentsRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListDeployEnvironmentsRequest Modifier and Type Method Description ListDeployEnvironmentsRequest.BuilderListDeployEnvironmentsRequest.Builder. copy(ListDeployEnvironmentsRequest o)Copy method to populate the builder with values from the given instance.
-