Uses of Class
com.oracle.bmc.devops.responses.DeleteProtectedBranchResponse
-
Packages that use DeleteProtectedBranchResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of DeleteProtectedBranchResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return DeleteProtectedBranchResponse Modifier and Type Method Description DeleteProtectedBranchResponse
Devops. deleteProtectedBranch(DeleteProtectedBranchRequest request)
Removes the protection from a branchDeleteProtectedBranchResponse
DevopsClient. deleteProtectedBranch(DeleteProtectedBranchRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type DeleteProtectedBranchResponse Modifier and Type Method Description Future<DeleteProtectedBranchResponse>
DevopsAsync. deleteProtectedBranch(DeleteProtectedBranchRequest request, AsyncHandler<DeleteProtectedBranchRequest,DeleteProtectedBranchResponse> handler)
Removes the protection from a branchFuture<DeleteProtectedBranchResponse>
DevopsAsyncClient. deleteProtectedBranch(DeleteProtectedBranchRequest request, AsyncHandler<DeleteProtectedBranchRequest,DeleteProtectedBranchResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type DeleteProtectedBranchResponse Modifier and Type Method Description Future<DeleteProtectedBranchResponse>
DevopsAsync. deleteProtectedBranch(DeleteProtectedBranchRequest request, AsyncHandler<DeleteProtectedBranchRequest,DeleteProtectedBranchResponse> handler)
Removes the protection from a branchFuture<DeleteProtectedBranchResponse>
DevopsAsyncClient. deleteProtectedBranch(DeleteProtectedBranchRequest request, AsyncHandler<DeleteProtectedBranchRequest,DeleteProtectedBranchResponse> handler)
-
Uses of DeleteProtectedBranchResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return DeleteProtectedBranchResponse Modifier and Type Method Description DeleteProtectedBranchResponse
DeleteProtectedBranchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type DeleteProtectedBranchResponse Modifier and Type Method Description DeleteProtectedBranchResponse.Builder
DeleteProtectedBranchResponse.Builder. copy(DeleteProtectedBranchResponse o)
Copy method to populate the builder with values from the given instance.
-