Uses of Class
com.oracle.bmc.devops.responses.CreateOrUpdateProtectedBranchResponse
-
Packages that use CreateOrUpdateProtectedBranchResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of CreateOrUpdateProtectedBranchResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return CreateOrUpdateProtectedBranchResponse Modifier and Type Method Description CreateOrUpdateProtectedBranchResponse
Devops. createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request)
Creates a restriction on a branch that prevents certain actions on it.CreateOrUpdateProtectedBranchResponse
DevopsClient. createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type CreateOrUpdateProtectedBranchResponse Modifier and Type Method Description Future<CreateOrUpdateProtectedBranchResponse>
DevopsAsync. createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request, AsyncHandler<CreateOrUpdateProtectedBranchRequest,CreateOrUpdateProtectedBranchResponse> handler)
Creates a restriction on a branch that prevents certain actions on it.Future<CreateOrUpdateProtectedBranchResponse>
DevopsAsyncClient. createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request, AsyncHandler<CreateOrUpdateProtectedBranchRequest,CreateOrUpdateProtectedBranchResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type CreateOrUpdateProtectedBranchResponse Modifier and Type Method Description Future<CreateOrUpdateProtectedBranchResponse>
DevopsAsync. createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request, AsyncHandler<CreateOrUpdateProtectedBranchRequest,CreateOrUpdateProtectedBranchResponse> handler)
Creates a restriction on a branch that prevents certain actions on it.Future<CreateOrUpdateProtectedBranchResponse>
DevopsAsyncClient. createOrUpdateProtectedBranch(CreateOrUpdateProtectedBranchRequest request, AsyncHandler<CreateOrUpdateProtectedBranchRequest,CreateOrUpdateProtectedBranchResponse> handler)
-
Uses of CreateOrUpdateProtectedBranchResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return CreateOrUpdateProtectedBranchResponse Modifier and Type Method Description CreateOrUpdateProtectedBranchResponse
CreateOrUpdateProtectedBranchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type CreateOrUpdateProtectedBranchResponse Modifier and Type Method Description CreateOrUpdateProtectedBranchResponse.Builder
CreateOrUpdateProtectedBranchResponse.Builder. copy(CreateOrUpdateProtectedBranchResponse o)
Copy method to populate the builder with values from the given instance.
-