Uses of Class
com.oracle.bmc.identitydomains.requests.CreateAppRoleRequest
-
Packages that use CreateAppRoleRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateAppRoleRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type CreateAppRoleRequest Modifier and Type Method Description CreateAppRoleResponse
IdentityDomains. createAppRole(CreateAppRoleRequest request)
Create an AppRoleFuture<CreateAppRoleResponse>
IdentityDomainsAsync. createAppRole(CreateAppRoleRequest request, AsyncHandler<CreateAppRoleRequest,CreateAppRoleResponse> handler)
Create an AppRoleFuture<CreateAppRoleResponse>
IdentityDomainsAsyncClient. createAppRole(CreateAppRoleRequest request, AsyncHandler<CreateAppRoleRequest,CreateAppRoleResponse> handler)
CreateAppRoleResponse
IdentityDomainsClient. createAppRole(CreateAppRoleRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateAppRoleRequest Modifier and Type Method Description Future<CreateAppRoleResponse>
IdentityDomainsAsync. createAppRole(CreateAppRoleRequest request, AsyncHandler<CreateAppRoleRequest,CreateAppRoleResponse> handler)
Create an AppRoleFuture<CreateAppRoleResponse>
IdentityDomainsAsyncClient. createAppRole(CreateAppRoleRequest request, AsyncHandler<CreateAppRoleRequest,CreateAppRoleResponse> handler)
-
Uses of CreateAppRoleRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateAppRoleRequest Modifier and Type Method Description CreateAppRoleRequest
CreateAppRoleRequest.Builder. build()
Build the instance of CreateAppRoleRequest as configured by this builderCreateAppRoleRequest
CreateAppRoleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAppRoleRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateAppRoleRequest Modifier and Type Method Description CreateAppRoleRequest.Builder
CreateAppRoleRequest.Builder. copy(CreateAppRoleRequest o)
Copy method to populate the builder with values from the given instance.
-