Uses of Class
com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest
Packages that use AssumeRoleWithWebIdentityRequest
-
Uses of AssumeRoleWithWebIdentityRequest in com.amazonaws.services.securitytoken
Methods in com.amazonaws.services.securitytoken with parameters of type AssumeRoleWithWebIdentityRequestModifier and TypeMethodDescriptionAbstractAWSSecurityTokenService.assumeRoleWithWebIdentity
(AssumeRoleWithWebIdentityRequest request) AWSSecurityTokenService.assumeRoleWithWebIdentity
(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest) Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider.AWSSecurityTokenServiceClient.assumeRoleWithWebIdentity
(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest) Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider.AbstractAWSSecurityTokenServiceAsync.assumeRoleWithWebIdentityAsync
(AssumeRoleWithWebIdentityRequest request) AbstractAWSSecurityTokenServiceAsync.assumeRoleWithWebIdentityAsync
(AssumeRoleWithWebIdentityRequest request, AsyncHandler<AssumeRoleWithWebIdentityRequest, AssumeRoleWithWebIdentityResult> asyncHandler) AWSSecurityTokenServiceAsync.assumeRoleWithWebIdentityAsync
(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest) Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider.AWSSecurityTokenServiceAsync.assumeRoleWithWebIdentityAsync
(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest, AsyncHandler<AssumeRoleWithWebIdentityRequest, AssumeRoleWithWebIdentityResult> asyncHandler) Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider.AWSSecurityTokenServiceAsyncClient.assumeRoleWithWebIdentityAsync
(AssumeRoleWithWebIdentityRequest request) AWSSecurityTokenServiceAsyncClient.assumeRoleWithWebIdentityAsync
(AssumeRoleWithWebIdentityRequest request, AsyncHandler<AssumeRoleWithWebIdentityRequest, AssumeRoleWithWebIdentityResult> asyncHandler) Method parameters in com.amazonaws.services.securitytoken with type arguments of type AssumeRoleWithWebIdentityRequestModifier and TypeMethodDescriptionAbstractAWSSecurityTokenServiceAsync.assumeRoleWithWebIdentityAsync
(AssumeRoleWithWebIdentityRequest request, AsyncHandler<AssumeRoleWithWebIdentityRequest, AssumeRoleWithWebIdentityResult> asyncHandler) AWSSecurityTokenServiceAsync.assumeRoleWithWebIdentityAsync
(AssumeRoleWithWebIdentityRequest assumeRoleWithWebIdentityRequest, AsyncHandler<AssumeRoleWithWebIdentityRequest, AssumeRoleWithWebIdentityResult> asyncHandler) Returns a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider, such as Amazon Cognito, Login with Amazon, Facebook, Google, or any OpenID Connect-compatible identity provider.AWSSecurityTokenServiceAsyncClient.assumeRoleWithWebIdentityAsync
(AssumeRoleWithWebIdentityRequest request, AsyncHandler<AssumeRoleWithWebIdentityRequest, AssumeRoleWithWebIdentityResult> asyncHandler) -
Uses of AssumeRoleWithWebIdentityRequest in com.amazonaws.services.securitytoken.model
Methods in com.amazonaws.services.securitytoken.model that return AssumeRoleWithWebIdentityRequestModifier and TypeMethodDescriptionAssumeRoleWithWebIdentityRequest.clone()
AssumeRoleWithWebIdentityRequest.withDurationSeconds
(Integer durationSeconds) The duration, in seconds, of the role session.AssumeRoleWithWebIdentityRequest.withPolicy
(String policy) An IAM policy in JSON format.AssumeRoleWithWebIdentityRequest.withProviderId
(String providerId) The fully qualified host component of the domain name of the identity provider.AssumeRoleWithWebIdentityRequest.withRoleArn
(String roleArn) The Amazon Resource Name (ARN) of the role that the caller is assuming.AssumeRoleWithWebIdentityRequest.withRoleSessionName
(String roleSessionName) An identifier for the assumed role session.AssumeRoleWithWebIdentityRequest.withWebIdentityToken
(String webIdentityToken) The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity provider.