Skip navigation links
A B C D E G H I R S T U W 

A

AbstractAWSSSOOIDC - Class in com.amazonaws.services.ssooidc
Abstract implementation of AWSSSOOIDC.
AbstractAWSSSOOIDC() - Constructor for class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDC
 
AbstractAWSSSOOIDCAsync - Class in com.amazonaws.services.ssooidc
Abstract implementation of AWSSSOOIDCAsync.
AbstractAWSSSOOIDCAsync() - Constructor for class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDCAsync
 
AccessDeniedException - Exception in com.amazonaws.services.ssooidc.model
You do not have sufficient access to perform this action.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.ssooidc.AWSSSOOIDCAsyncClient
 
AuthorizationPendingException - Exception in com.amazonaws.services.ssooidc.model
Indicates that a request to authorize a client with an access user session token is pending.
AuthorizationPendingException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.AuthorizationPendingException
Constructs a new AuthorizationPendingException with the specified error message.
AWSSSOOIDC - Interface in com.amazonaws.services.ssooidc
Interface for accessing SSO OIDC.
AWSSSOOIDCAsync - Interface in com.amazonaws.services.ssooidc
Interface for accessing SSO OIDC asynchronously.
AWSSSOOIDCAsyncClient - Class in com.amazonaws.services.ssooidc
Client for accessing SSO OIDC asynchronously.
AWSSSOOIDCAsyncClientBuilder - Class in com.amazonaws.services.ssooidc
Fluent builder for AWSSSOOIDCAsync.
AWSSSOOIDCClient - Class in com.amazonaws.services.ssooidc
Client for accessing SSO OIDC.
AWSSSOOIDCClientBuilder - Class in com.amazonaws.services.ssooidc
Fluent builder for AWSSSOOIDC.
AWSSSOOIDCException - Exception in com.amazonaws.services.ssooidc.model
Base exception for all service exceptions thrown by AWS SSO OIDC
AWSSSOOIDCException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.AWSSSOOIDCException
Constructs a new AWSSSOOIDCException with the specified error message.

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCAsyncClientBuilder
Construct an asynchronous implementation of AWSSSOOIDCAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCClientBuilder
Construct a synchronous implementation of AWSSSOOIDC using the current builder configuration.
builder() - Static method in class com.amazonaws.services.ssooidc.AWSSSOOIDCClient
 

C

clone() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
 
clone() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
 
clone() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
 
clone() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
 
clone() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
 
clone() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
 
com.amazonaws.services.ssooidc - package com.amazonaws.services.ssooidc
AWS IAM Identity Center (successor to AWS Single Sign-On) OpenID Connect (OIDC) is a web service that enables a client (such as AWS CLI or a native application) to register with IAM Identity Center.
com.amazonaws.services.ssooidc.model - package com.amazonaws.services.ssooidc.model
 
configFactory - Static variable in class com.amazonaws.services.ssooidc.AWSSSOOIDCClient
Client configuration factory providing ClientConfigurations tailored to this client
createToken(CreateTokenRequest) - Method in class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDC
 
createToken(CreateTokenRequest) - Method in interface com.amazonaws.services.ssooidc.AWSSSOOIDC
Creates and returns an access token for the authorized client.
createToken(CreateTokenRequest) - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCClient
Creates and returns an access token for the authorized client.
createTokenAsync(CreateTokenRequest) - Method in class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDCAsync
 
createTokenAsync(CreateTokenRequest, AsyncHandler<CreateTokenRequest, CreateTokenResult>) - Method in class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDCAsync
 
createTokenAsync(CreateTokenRequest) - Method in interface com.amazonaws.services.ssooidc.AWSSSOOIDCAsync
Creates and returns an access token for the authorized client.
createTokenAsync(CreateTokenRequest, AsyncHandler<CreateTokenRequest, CreateTokenResult>) - Method in interface com.amazonaws.services.ssooidc.AWSSSOOIDCAsync
Creates and returns an access token for the authorized client.
createTokenAsync(CreateTokenRequest) - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCAsyncClient
 
createTokenAsync(CreateTokenRequest, AsyncHandler<CreateTokenRequest, CreateTokenResult>) - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCAsyncClient
 
CreateTokenRequest - Class in com.amazonaws.services.ssooidc.model
 
CreateTokenRequest() - Constructor for class com.amazonaws.services.ssooidc.model.CreateTokenRequest
 
CreateTokenResult - Class in com.amazonaws.services.ssooidc.model
 
CreateTokenResult() - Constructor for class com.amazonaws.services.ssooidc.model.CreateTokenResult
 

D

defaultClient() - Static method in class com.amazonaws.services.ssooidc.AWSSSOOIDCAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.ssooidc.AWSSSOOIDCClientBuilder
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.ssooidc.AWSSSOOIDC
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
 
equals(Object) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
 
equals(Object) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
 
equals(Object) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
 
equals(Object) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
 
equals(Object) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
 
ExpiredTokenException - Exception in com.amazonaws.services.ssooidc.model
Indicates that the token issued by the service is expired and is no longer valid.
ExpiredTokenException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.ExpiredTokenException
Constructs a new ExpiredTokenException with the specified error message.

G

getAccessToken() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
An opaque token to access IAM Identity Center resources assigned to a user.
getAuthorizationEndpoint() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
The endpoint where the client can request authorization.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDC
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.ssooidc.AWSSSOOIDC
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getClientId() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The unique identifier string for each client.
getClientId() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
The unique identifier string for each client.
getClientId() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
The unique identifier string for the client that is registered with IAM Identity Center.
getClientIdIssuedAt() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
Indicates the time at which the clientId and clientSecret were issued.
getClientName() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
The friendly name of the client.
getClientSecret() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
A secret string generated for the client.
getClientSecret() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
A secret string generated for the client.
getClientSecret() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
A secret string that is generated for the client.
getClientSecretExpiresAt() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
Indicates the time at which the clientId and clientSecret will become invalid.
getClientType() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
The type of client.
getCode() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The authorization code received from the authorization service.
getDeviceCode() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
Used only when calling this API for the device code grant type.
getDeviceCode() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
The short-lived code that is used by the device when polling for a session token.
getError() - Method in exception com.amazonaws.services.ssooidc.model.AccessDeniedException
 
getError() - Method in exception com.amazonaws.services.ssooidc.model.AuthorizationPendingException
 
getError() - Method in exception com.amazonaws.services.ssooidc.model.ExpiredTokenException
 
getError() - Method in exception com.amazonaws.services.ssooidc.model.InternalServerException
 
getError() - Method in exception com.amazonaws.services.ssooidc.model.InvalidClientException
 
getError() - Method in exception com.amazonaws.services.ssooidc.model.InvalidClientMetadataException
 
getError() - Method in exception com.amazonaws.services.ssooidc.model.InvalidGrantException
 
getError() - Method in exception com.amazonaws.services.ssooidc.model.InvalidRequestException
 
getError() - Method in exception com.amazonaws.services.ssooidc.model.InvalidScopeException
 
getError() - Method in exception com.amazonaws.services.ssooidc.model.SlowDownException
 
getError() - Method in exception com.amazonaws.services.ssooidc.model.UnauthorizedClientException
 
getError() - Method in exception com.amazonaws.services.ssooidc.model.UnsupportedGrantTypeException
 
getError_description() - Method in exception com.amazonaws.services.ssooidc.model.AccessDeniedException
 
getError_description() - Method in exception com.amazonaws.services.ssooidc.model.AuthorizationPendingException
 
getError_description() - Method in exception com.amazonaws.services.ssooidc.model.ExpiredTokenException
 
getError_description() - Method in exception com.amazonaws.services.ssooidc.model.InternalServerException
 
getError_description() - Method in exception com.amazonaws.services.ssooidc.model.InvalidClientException
 
getError_description() - Method in exception com.amazonaws.services.ssooidc.model.InvalidClientMetadataException
 
getError_description() - Method in exception com.amazonaws.services.ssooidc.model.InvalidGrantException
 
getError_description() - Method in exception com.amazonaws.services.ssooidc.model.InvalidRequestException
 
getError_description() - Method in exception com.amazonaws.services.ssooidc.model.InvalidScopeException
 
getError_description() - Method in exception com.amazonaws.services.ssooidc.model.SlowDownException
 
getError_description() - Method in exception com.amazonaws.services.ssooidc.model.UnauthorizedClientException
 
getError_description() - Method in exception com.amazonaws.services.ssooidc.model.UnsupportedGrantTypeException
 
getExecutorService() - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCAsyncClient
Returns the executor service used by this client to execute async requests.
getExpiresIn() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Indicates the time in seconds when an access token will expire.
getExpiresIn() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
Indicates the number of seconds in which the verification code will become invalid.
getGrantType() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
Supports grant types for the authorization code, refresh token, and device code request.
getIdToken() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Currently, idToken is not yet implemented and is not supported.
getInterval() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
Indicates the number of seconds the client must wait between attempts when polling for a session.
getRedirectUri() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The location of the application that will receive the authorization code.
getRefreshToken() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
Currently, refreshToken is not yet implemented and is not supported.
getRefreshToken() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Currently, refreshToken is not yet implemented and is not supported.
getScope() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The list of scopes that is defined by the client.
getScopes() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
The list of scopes that are defined by the client.
getStartUrl() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
The URL for the AWS access portal.
getTokenEndpoint() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
The endpoint where the client can get an access token.
getTokenType() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Used to notify the client that the returned token is an access token.
getUserCode() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
A one-time user verification code.
getVerificationUri() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
The URI of the verification page that takes the userCode to authorize the device.
getVerificationUriComplete() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
An alternate URL that the client can use to automatically launch a browser.

H

hashCode() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
 
hashCode() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
 
hashCode() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
 
hashCode() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
 
hashCode() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
 
hashCode() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
 

I

InternalServerException - Exception in com.amazonaws.services.ssooidc.model
Indicates that an error from the service occurred while trying to process a request.
InternalServerException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.InternalServerException
Constructs a new InternalServerException with the specified error message.
InvalidClientException - Exception in com.amazonaws.services.ssooidc.model
Indicates that the clientId or clientSecret in the request is invalid.
InvalidClientException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.InvalidClientException
Constructs a new InvalidClientException with the specified error message.
InvalidClientMetadataException - Exception in com.amazonaws.services.ssooidc.model
Indicates that the client information sent in the request during registration is invalid.
InvalidClientMetadataException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.InvalidClientMetadataException
Constructs a new InvalidClientMetadataException with the specified error message.
InvalidGrantException - Exception in com.amazonaws.services.ssooidc.model
Indicates that a request contains an invalid grant.
InvalidGrantException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.InvalidGrantException
Constructs a new InvalidGrantException with the specified error message.
InvalidRequestException - Exception in com.amazonaws.services.ssooidc.model
Indicates that something is wrong with the input to the request.
InvalidRequestException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.InvalidRequestException
Constructs a new InvalidRequestException with the specified error message.
InvalidScopeException - Exception in com.amazonaws.services.ssooidc.model
Indicates that the scope provided in the request is invalid.
InvalidScopeException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.InvalidScopeException
Constructs a new InvalidScopeException with the specified error message.

R

registerClient(RegisterClientRequest) - Method in class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDC
 
registerClient(RegisterClientRequest) - Method in interface com.amazonaws.services.ssooidc.AWSSSOOIDC
Registers a client with IAM Identity Center.
registerClient(RegisterClientRequest) - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCClient
Registers a client with IAM Identity Center.
registerClientAsync(RegisterClientRequest) - Method in class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDCAsync
 
registerClientAsync(RegisterClientRequest, AsyncHandler<RegisterClientRequest, RegisterClientResult>) - Method in class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDCAsync
 
registerClientAsync(RegisterClientRequest) - Method in interface com.amazonaws.services.ssooidc.AWSSSOOIDCAsync
Registers a client with IAM Identity Center.
registerClientAsync(RegisterClientRequest, AsyncHandler<RegisterClientRequest, RegisterClientResult>) - Method in interface com.amazonaws.services.ssooidc.AWSSSOOIDCAsync
Registers a client with IAM Identity Center.
registerClientAsync(RegisterClientRequest) - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCAsyncClient
 
registerClientAsync(RegisterClientRequest, AsyncHandler<RegisterClientRequest, RegisterClientResult>) - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCAsyncClient
 
RegisterClientRequest - Class in com.amazonaws.services.ssooidc.model
 
RegisterClientRequest() - Constructor for class com.amazonaws.services.ssooidc.model.RegisterClientRequest
 
RegisterClientResult - Class in com.amazonaws.services.ssooidc.model
 
RegisterClientResult() - Constructor for class com.amazonaws.services.ssooidc.model.RegisterClientResult
 

S

setAccessToken(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
An opaque token to access IAM Identity Center resources assigned to a user.
setAuthorizationEndpoint(String) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
The endpoint where the client can request authorization.
setClientId(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The unique identifier string for each client.
setClientId(String) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
The unique identifier string for each client.
setClientId(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
The unique identifier string for the client that is registered with IAM Identity Center.
setClientIdIssuedAt(Long) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
Indicates the time at which the clientId and clientSecret were issued.
setClientName(String) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
The friendly name of the client.
setClientSecret(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
A secret string generated for the client.
setClientSecret(String) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
A secret string generated for the client.
setClientSecret(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
A secret string that is generated for the client.
setClientSecretExpiresAt(Long) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
Indicates the time at which the clientId and clientSecret will become invalid.
setClientType(String) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
The type of client.
setCode(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The authorization code received from the authorization service.
setDeviceCode(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
Used only when calling this API for the device code grant type.
setDeviceCode(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
The short-lived code that is used by the device when polling for a session token.
setError(String) - Method in exception com.amazonaws.services.ssooidc.model.AccessDeniedException
 
setError(String) - Method in exception com.amazonaws.services.ssooidc.model.AuthorizationPendingException
 
setError(String) - Method in exception com.amazonaws.services.ssooidc.model.ExpiredTokenException
 
setError(String) - Method in exception com.amazonaws.services.ssooidc.model.InternalServerException
 
setError(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidClientException
 
setError(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidClientMetadataException
 
setError(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidGrantException
 
setError(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidRequestException
 
setError(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidScopeException
 
setError(String) - Method in exception com.amazonaws.services.ssooidc.model.SlowDownException
 
setError(String) - Method in exception com.amazonaws.services.ssooidc.model.UnauthorizedClientException
 
setError(String) - Method in exception com.amazonaws.services.ssooidc.model.UnsupportedGrantTypeException
 
setError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.AccessDeniedException
 
setError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.AuthorizationPendingException
 
setError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.ExpiredTokenException
 
setError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.InternalServerException
 
setError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidClientException
 
setError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidClientMetadataException
 
setError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidGrantException
 
setError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidRequestException
 
setError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidScopeException
 
setError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.SlowDownException
 
setError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.UnauthorizedClientException
 
setError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.UnsupportedGrantTypeException
 
setExpiresIn(Integer) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Indicates the time in seconds when an access token will expire.
setExpiresIn(Integer) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
Indicates the number of seconds in which the verification code will become invalid.
setGrantType(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
Supports grant types for the authorization code, refresh token, and device code request.
setIdToken(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Currently, idToken is not yet implemented and is not supported.
setInterval(Integer) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
Indicates the number of seconds the client must wait between attempts when polling for a session.
setRedirectUri(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The location of the application that will receive the authorization code.
setRefreshToken(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
Currently, refreshToken is not yet implemented and is not supported.
setRefreshToken(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Currently, refreshToken is not yet implemented and is not supported.
setScope(Collection<String>) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The list of scopes that is defined by the client.
setScopes(Collection<String>) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
The list of scopes that are defined by the client.
setStartUrl(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
The URL for the AWS access portal.
setTokenEndpoint(String) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
The endpoint where the client can get an access token.
setTokenType(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Used to notify the client that the returned token is an access token.
setUserCode(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
A one-time user verification code.
setVerificationUri(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
The URI of the verification page that takes the userCode to authorize the device.
setVerificationUriComplete(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
An alternate URL that the client can use to automatically launch a browser.
shutdown() - Method in class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDC
 
shutdown() - Method in interface com.amazonaws.services.ssooidc.AWSSSOOIDC
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCClient
 
SlowDownException - Exception in com.amazonaws.services.ssooidc.model
Indicates that the client is making the request too frequently and is more than the service can handle.
SlowDownException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.SlowDownException
Constructs a new SlowDownException with the specified error message.
standard() - Static method in class com.amazonaws.services.ssooidc.AWSSSOOIDCAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.ssooidc.AWSSSOOIDCClientBuilder
 
startDeviceAuthorization(StartDeviceAuthorizationRequest) - Method in class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDC
 
startDeviceAuthorization(StartDeviceAuthorizationRequest) - Method in interface com.amazonaws.services.ssooidc.AWSSSOOIDC
Initiates device authorization by requesting a pair of verification codes from the authorization service.
startDeviceAuthorization(StartDeviceAuthorizationRequest) - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCClient
Initiates device authorization by requesting a pair of verification codes from the authorization service.
startDeviceAuthorizationAsync(StartDeviceAuthorizationRequest) - Method in class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDCAsync
 
startDeviceAuthorizationAsync(StartDeviceAuthorizationRequest, AsyncHandler<StartDeviceAuthorizationRequest, StartDeviceAuthorizationResult>) - Method in class com.amazonaws.services.ssooidc.AbstractAWSSSOOIDCAsync
 
startDeviceAuthorizationAsync(StartDeviceAuthorizationRequest) - Method in interface com.amazonaws.services.ssooidc.AWSSSOOIDCAsync
Initiates device authorization by requesting a pair of verification codes from the authorization service.
startDeviceAuthorizationAsync(StartDeviceAuthorizationRequest, AsyncHandler<StartDeviceAuthorizationRequest, StartDeviceAuthorizationResult>) - Method in interface com.amazonaws.services.ssooidc.AWSSSOOIDCAsync
Initiates device authorization by requesting a pair of verification codes from the authorization service.
startDeviceAuthorizationAsync(StartDeviceAuthorizationRequest) - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCAsyncClient
 
startDeviceAuthorizationAsync(StartDeviceAuthorizationRequest, AsyncHandler<StartDeviceAuthorizationRequest, StartDeviceAuthorizationResult>) - Method in class com.amazonaws.services.ssooidc.AWSSSOOIDCAsyncClient
 
StartDeviceAuthorizationRequest - Class in com.amazonaws.services.ssooidc.model
 
StartDeviceAuthorizationRequest() - Constructor for class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
 
StartDeviceAuthorizationResult - Class in com.amazonaws.services.ssooidc.model
 
StartDeviceAuthorizationResult() - Constructor for class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
 

T

toString() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
Returns a string representation of this object.

U

UnauthorizedClientException - Exception in com.amazonaws.services.ssooidc.model
Indicates that the client is not currently authorized to make the request.
UnauthorizedClientException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.UnauthorizedClientException
Constructs a new UnauthorizedClientException with the specified error message.
UnsupportedGrantTypeException - Exception in com.amazonaws.services.ssooidc.model
Indicates that the grant type in the request is not supported by the service.
UnsupportedGrantTypeException(String) - Constructor for exception com.amazonaws.services.ssooidc.model.UnsupportedGrantTypeException
Constructs a new UnsupportedGrantTypeException with the specified error message.

W

withAccessToken(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
An opaque token to access IAM Identity Center resources assigned to a user.
withAuthorizationEndpoint(String) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
The endpoint where the client can request authorization.
withClientId(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The unique identifier string for each client.
withClientId(String) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
The unique identifier string for each client.
withClientId(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
The unique identifier string for the client that is registered with IAM Identity Center.
withClientIdIssuedAt(Long) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
Indicates the time at which the clientId and clientSecret were issued.
withClientName(String) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
The friendly name of the client.
withClientSecret(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
A secret string generated for the client.
withClientSecret(String) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
A secret string generated for the client.
withClientSecret(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
A secret string that is generated for the client.
withClientSecretExpiresAt(Long) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
Indicates the time at which the clientId and clientSecret will become invalid.
withClientType(String) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
The type of client.
withCode(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The authorization code received from the authorization service.
withDeviceCode(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
Used only when calling this API for the device code grant type.
withDeviceCode(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
The short-lived code that is used by the device when polling for a session token.
withError(String) - Method in exception com.amazonaws.services.ssooidc.model.AccessDeniedException
 
withError(String) - Method in exception com.amazonaws.services.ssooidc.model.AuthorizationPendingException
 
withError(String) - Method in exception com.amazonaws.services.ssooidc.model.ExpiredTokenException
 
withError(String) - Method in exception com.amazonaws.services.ssooidc.model.InternalServerException
 
withError(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidClientException
 
withError(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidClientMetadataException
 
withError(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidGrantException
 
withError(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidRequestException
 
withError(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidScopeException
 
withError(String) - Method in exception com.amazonaws.services.ssooidc.model.SlowDownException
 
withError(String) - Method in exception com.amazonaws.services.ssooidc.model.UnauthorizedClientException
 
withError(String) - Method in exception com.amazonaws.services.ssooidc.model.UnsupportedGrantTypeException
 
withError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.AccessDeniedException
 
withError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.AuthorizationPendingException
 
withError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.ExpiredTokenException
 
withError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.InternalServerException
 
withError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidClientException
 
withError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidClientMetadataException
 
withError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidGrantException
 
withError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidRequestException
 
withError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.InvalidScopeException
 
withError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.SlowDownException
 
withError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.UnauthorizedClientException
 
withError_description(String) - Method in exception com.amazonaws.services.ssooidc.model.UnsupportedGrantTypeException
 
withExpiresIn(Integer) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Indicates the time in seconds when an access token will expire.
withExpiresIn(Integer) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
Indicates the number of seconds in which the verification code will become invalid.
withGrantType(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
Supports grant types for the authorization code, refresh token, and device code request.
withIdToken(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Currently, idToken is not yet implemented and is not supported.
withInterval(Integer) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
Indicates the number of seconds the client must wait between attempts when polling for a session.
withRedirectUri(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The location of the application that will receive the authorization code.
withRefreshToken(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
Currently, refreshToken is not yet implemented and is not supported.
withRefreshToken(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Currently, refreshToken is not yet implemented and is not supported.
withScope(String...) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The list of scopes that is defined by the client.
withScope(Collection<String>) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenRequest
The list of scopes that is defined by the client.
withScopes(String...) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
The list of scopes that are defined by the client.
withScopes(Collection<String>) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientRequest
The list of scopes that are defined by the client.
withStartUrl(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationRequest
The URL for the AWS access portal.
withTokenEndpoint(String) - Method in class com.amazonaws.services.ssooidc.model.RegisterClientResult
The endpoint where the client can get an access token.
withTokenType(String) - Method in class com.amazonaws.services.ssooidc.model.CreateTokenResult
Used to notify the client that the returned token is an access token.
withUserCode(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
A one-time user verification code.
withVerificationUri(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
The URI of the verification page that takes the userCode to authorize the device.
withVerificationUriComplete(String) - Method in class com.amazonaws.services.ssooidc.model.StartDeviceAuthorizationResult
An alternate URL that the client can use to automatically launch a browser.
A B C D E G H I R S T U W 
Skip navigation links

Copyright © 2023. All rights reserved.