Uses of Class
com.oracle.bmc.devops.requests.ListProtectedBranchesRequest
-
Packages that use ListProtectedBranchesRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListProtectedBranchesRequest in com.oracle.bmc.devops
Method parameters in com.oracle.bmc.devops with type arguments of type ListProtectedBranchesRequest 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 ListProtectedBranchesRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListProtectedBranchesRequest Modifier and Type Method Description ListProtectedBranchesRequestListProtectedBranchesRequest.Builder. build()Build the instance of ListProtectedBranchesRequest as configured by this builderListProtectedBranchesRequestListProtectedBranchesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListProtectedBranchesRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListProtectedBranchesRequest Modifier and Type Method Description ListProtectedBranchesRequest.BuilderListProtectedBranchesRequest.Builder. copy(ListProtectedBranchesRequest o)Copy method to populate the builder with values from the given instance.
-