Uses of Class
com.amazonaws.services.identitymanagement.model.CreateRoleResult
-
Packages that use CreateRoleResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of CreateRoleResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return CreateRoleResult Modifier and Type Method Description CreateRoleResultAbstractAmazonIdentityManagement. createRole(CreateRoleRequest request)CreateRoleResultAmazonIdentityManagement. createRole(CreateRoleRequest createRoleRequest)Creates a new role for your AWS account.CreateRoleResultAmazonIdentityManagementClient. createRole(CreateRoleRequest createRoleRequest)Creates a new role for your AWS account.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type CreateRoleResult Modifier and Type Method Description 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 CreateRoleResult 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 CreateRoleResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return CreateRoleResult Modifier and Type Method Description CreateRoleResultCreateRoleResult. clone()CreateRoleResultCreateRoleResult. withRole(Role role)A structure containing details about the new role.
-