Uses of Class
com.oracle.bmc.devops.responses.ListProtectedBranchesResponse
-
Packages that use ListProtectedBranchesResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListProtectedBranchesResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListProtectedBranchesResponse Modifier and Type Method Description ListProtectedBranchesResponse
Devops. listProtectedBranches(ListProtectedBranchesRequest request)
Returns a list of Protected Branches.ListProtectedBranchesResponse
DevopsClient. listProtectedBranches(ListProtectedBranchesRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ListProtectedBranchesResponse Modifier and Type Method Description Future<ListProtectedBranchesResponse>
DevopsAsync. listProtectedBranches(ListProtectedBranchesRequest request, AsyncHandler<ListProtectedBranchesRequest,ListProtectedBranchesResponse> handler)
Returns a list of Protected Branches.Future<ListProtectedBranchesResponse>
DevopsAsyncClient. listProtectedBranches(ListProtectedBranchesRequest request, AsyncHandler<ListProtectedBranchesRequest,ListProtectedBranchesResponse> handler)
Iterable<ListProtectedBranchesResponse>
DevopsPaginators. listProtectedBranchesResponseIterator(ListProtectedBranchesRequest request)
Creates a new iterable which will iterate over the responses received from the listProtectedBranches operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListProtectedBranchesResponse Modifier and Type Method Description Future<ListProtectedBranchesResponse>
DevopsAsync. listProtectedBranches(ListProtectedBranchesRequest request, AsyncHandler<ListProtectedBranchesRequest,ListProtectedBranchesResponse> handler)
Returns a list of Protected Branches.Future<ListProtectedBranchesResponse>
DevopsAsyncClient. listProtectedBranches(ListProtectedBranchesRequest request, AsyncHandler<ListProtectedBranchesRequest,ListProtectedBranchesResponse> handler)
-
Uses of ListProtectedBranchesResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListProtectedBranchesResponse Modifier and Type Method Description ListProtectedBranchesResponse
ListProtectedBranchesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListProtectedBranchesResponse Modifier and Type Method Description ListProtectedBranchesResponse.Builder
ListProtectedBranchesResponse.Builder. copy(ListProtectedBranchesResponse o)
Copy method to populate the builder with values from the given instance.
-