Uses of Class
com.amazonaws.services.identitymanagement.model.CreateRoleRequest
-
Packages that use CreateRoleRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of CreateRoleRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type CreateRoleRequest Modifier and Type Method Description CreateRoleResult
AbstractAmazonIdentityManagement. createRole(CreateRoleRequest request)
CreateRoleResult
AmazonIdentityManagement. createRole(CreateRoleRequest createRoleRequest)
Creates a new role for your AWS account.CreateRoleResult
AmazonIdentityManagementClient. createRole(CreateRoleRequest createRoleRequest)
Creates a new role for your AWS account.Future<CreateRoleResult>
AbstractAmazonIdentityManagementAsync. createRoleAsync(CreateRoleRequest request)
Future<CreateRoleResult>
AbstractAmazonIdentityManagementAsync. createRoleAsync(CreateRoleRequest request, AsyncHandler<CreateRoleRequest,CreateRoleResult> asyncHandler)
Future<CreateRoleResult>
AmazonIdentityManagementAsync. createRoleAsync(CreateRoleRequest createRoleRequest)
Creates a new role for your AWS account.Future<CreateRoleResult>
AmazonIdentityManagementAsync. createRoleAsync(CreateRoleRequest createRoleRequest, AsyncHandler<CreateRoleRequest,CreateRoleResult> asyncHandler)
Creates a new role for your AWS account.Future<CreateRoleResult>
AmazonIdentityManagementAsyncClient. createRoleAsync(CreateRoleRequest request)
Future<CreateRoleResult>
AmazonIdentityManagementAsyncClient. createRoleAsync(CreateRoleRequest request, AsyncHandler<CreateRoleRequest,CreateRoleResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type CreateRoleRequest Modifier and Type Method Description Future<CreateRoleResult>
AbstractAmazonIdentityManagementAsync. createRoleAsync(CreateRoleRequest request, AsyncHandler<CreateRoleRequest,CreateRoleResult> asyncHandler)
Future<CreateRoleResult>
AmazonIdentityManagementAsync. createRoleAsync(CreateRoleRequest createRoleRequest, AsyncHandler<CreateRoleRequest,CreateRoleResult> asyncHandler)
Creates a new role for your AWS account.Future<CreateRoleResult>
AmazonIdentityManagementAsyncClient. createRoleAsync(CreateRoleRequest request, AsyncHandler<CreateRoleRequest,CreateRoleResult> asyncHandler)
-
Uses of CreateRoleRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return CreateRoleRequest Modifier and Type Method Description CreateRoleRequest
CreateRoleRequest. clone()
CreateRoleRequest
CreateRoleRequest. withAssumeRolePolicyDocument(String assumeRolePolicyDocument)
The trust relationship policy document that grants an entity permission to assume the role.CreateRoleRequest
CreateRoleRequest. withPath(String path)
The path to the role.CreateRoleRequest
CreateRoleRequest. withRoleName(String roleName)
The name of the role to create.
-