Uses of Class
com.oracle.bmc.devops.requests.DeleteProtectedBranchRequest
-
Packages that use DeleteProtectedBranchRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of DeleteProtectedBranchRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type DeleteProtectedBranchRequest Modifier and Type Method Description DeleteProtectedBranchResponse
Devops. deleteProtectedBranch(DeleteProtectedBranchRequest request)
Removes the protection from a branchFuture<DeleteProtectedBranchResponse>
DevopsAsync. deleteProtectedBranch(DeleteProtectedBranchRequest request, AsyncHandler<DeleteProtectedBranchRequest,DeleteProtectedBranchResponse> handler)
Removes the protection from a branchFuture<DeleteProtectedBranchResponse>
DevopsAsyncClient. deleteProtectedBranch(DeleteProtectedBranchRequest request, AsyncHandler<DeleteProtectedBranchRequest,DeleteProtectedBranchResponse> handler)
DeleteProtectedBranchResponse
DevopsClient. deleteProtectedBranch(DeleteProtectedBranchRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type DeleteProtectedBranchRequest 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 DeleteProtectedBranchRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return DeleteProtectedBranchRequest Modifier and Type Method Description DeleteProtectedBranchRequest
DeleteProtectedBranchRequest.Builder. build()
Build the instance of DeleteProtectedBranchRequest as configured by this builderDeleteProtectedBranchRequest
DeleteProtectedBranchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteProtectedBranchRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type DeleteProtectedBranchRequest Modifier and Type Method Description DeleteProtectedBranchRequest.Builder
DeleteProtectedBranchRequest.Builder. copy(DeleteProtectedBranchRequest o)
Copy method to populate the builder with values from the given instance.
-