Uses of Class
com.oracle.bmc.identitydomains.responses.CreateGrantResponse
-
Packages that use CreateGrantResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of CreateGrantResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return CreateGrantResponse Modifier and Type Method Description CreateGrantResponse
IdentityDomains. createGrant(CreateGrantRequest request)
Add a Grantee to an AppRoleCreateGrantResponse
IdentityDomainsClient. createGrant(CreateGrantRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreateGrantResponse Modifier and Type Method Description Future<CreateGrantResponse>
IdentityDomainsAsync. createGrant(CreateGrantRequest request, AsyncHandler<CreateGrantRequest,CreateGrantResponse> handler)
Add a Grantee to an AppRoleFuture<CreateGrantResponse>
IdentityDomainsAsyncClient. createGrant(CreateGrantRequest request, AsyncHandler<CreateGrantRequest,CreateGrantResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateGrantResponse Modifier and Type Method Description Future<CreateGrantResponse>
IdentityDomainsAsync. createGrant(CreateGrantRequest request, AsyncHandler<CreateGrantRequest,CreateGrantResponse> handler)
Add a Grantee to an AppRoleFuture<CreateGrantResponse>
IdentityDomainsAsyncClient. createGrant(CreateGrantRequest request, AsyncHandler<CreateGrantRequest,CreateGrantResponse> handler)
-
Uses of CreateGrantResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CreateGrantResponse Modifier and Type Method Description CreateGrantResponse
CreateGrantResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CreateGrantResponse Modifier and Type Method Description CreateGrantResponse.Builder
CreateGrantResponse.Builder. copy(CreateGrantResponse o)
Copy method to populate the builder with values from the given instance.
-