Uses of Class
com.oracle.bmc.identitydomains.requests.CreateApprovalWorkflowAssignmentRequest
-
Packages that use CreateApprovalWorkflowAssignmentRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateApprovalWorkflowAssignmentRequest in com.oracle.bmc.identitydomains
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateApprovalWorkflowAssignmentRequest Modifier and Type Method Description Future<CreateApprovalWorkflowAssignmentResponse>
IdentityDomainsAsync. createApprovalWorkflowAssignment(CreateApprovalWorkflowAssignmentRequest request, AsyncHandler<CreateApprovalWorkflowAssignmentRequest,CreateApprovalWorkflowAssignmentResponse> handler)
Create Approval Workflow AssignmentFuture<CreateApprovalWorkflowAssignmentResponse>
IdentityDomainsAsyncClient. createApprovalWorkflowAssignment(CreateApprovalWorkflowAssignmentRequest request, AsyncHandler<CreateApprovalWorkflowAssignmentRequest,CreateApprovalWorkflowAssignmentResponse> handler)
-
Uses of CreateApprovalWorkflowAssignmentRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateApprovalWorkflowAssignmentRequest Modifier and Type Method Description CreateApprovalWorkflowAssignmentRequest
CreateApprovalWorkflowAssignmentRequest.Builder. build()
Build the instance of CreateApprovalWorkflowAssignmentRequest as configured by this builderCreateApprovalWorkflowAssignmentRequest
CreateApprovalWorkflowAssignmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateApprovalWorkflowAssignmentRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateApprovalWorkflowAssignmentRequest Modifier and Type Method Description CreateApprovalWorkflowAssignmentRequest.Builder
CreateApprovalWorkflowAssignmentRequest.Builder. copy(CreateApprovalWorkflowAssignmentRequest o)
Copy method to populate the builder with values from the given instance.
-