A B C D E F G H I L M O P R S T U V 
All Classes All Packages

A

accessKeyId(String) - Method in class org.jclouds.aws.domain.SessionCredentials.Builder
 
ACTION - Static variable in class org.jclouds.aws.reference.FormParameters
Indicates the action to perform.
AP_NORTHEAST_1 - Static variable in class org.jclouds.aws.domain.Region
Region in Tokyo, launched March 2, 2011.
AP_NORTHEAST_2 - Static variable in class org.jclouds.aws.domain.Region
Region in Seoul, launched January 6, 2016.
AP_SOUTH_1 - Static variable in class org.jclouds.aws.domain.Region
Region in Mumbai (India), launched June 27, 2016.
AP_SOUTHEAST_1 - Static variable in class org.jclouds.aws.domain.Region
Region in Singapore, launched April 28, 2010.
AP_SOUTHEAST_2 - Static variable in class org.jclouds.aws.domain.Region
Asia Pacific (Sydney)
apply(Location) - Method in class org.jclouds.aws.util.AWSUtils.GetRegionFromLocation
 
assumeRole(String, String) - Method in interface org.jclouds.sts.STSApi
Assumes a role for a specified session.
assumeRole(String, String, AssumeRoleOptions) - Method in interface org.jclouds.sts.STSApi
like STSApi.assumeRole(String, String), except you can modify the timeout and other parameters.
AssumeRoleOptions - Class in org.jclouds.sts.options
 
AssumeRoleOptions() - Constructor for class org.jclouds.sts.options.AssumeRoleOptions
 
AssumeRoleOptions.Builder - Class in org.jclouds.sts.options
 
AWS_ACCESS_KEY_ID - Static variable in class org.jclouds.aws.reference.FormParameters
The Access Key ID for the request sender.
AWSClientErrorRetryHandler - Class in org.jclouds.aws.handlers
Handles Retryable responses with error codes in the 4xx range
AWSClientErrorRetryHandler(AWSUtils, BackoffLimitedRetryHandler, Set<String>) - Constructor for class org.jclouds.aws.handlers.AWSClientErrorRetryHandler
 
AWSConstants - Class in org.jclouds.aws.reference
Configuration properties and constants used in amazon connections.
AWSError - Class in org.jclouds.aws.domain
When an Amazon S3 request is in error, the client receives an error response.
AWSError() - Constructor for class org.jclouds.aws.domain.AWSError
 
AWSHttpApiModule<A> - Class in org.jclouds.aws.config
 
AWSHttpApiModule() - Constructor for class org.jclouds.aws.config.AWSHttpApiModule
 
AWSHttpApiModule(Class<A>) - Constructor for class org.jclouds.aws.config.AWSHttpApiModule
 
AWSResponseException - Exception in org.jclouds.aws
Encapsulates an AWS Error from Amazon.
AWSResponseException(String, HttpCommand, HttpResponse, AWSError) - Constructor for exception org.jclouds.aws.AWSResponseException
 
AWSResponseException(String, HttpCommand, HttpResponse, AWSError, Throwable) - Constructor for exception org.jclouds.aws.AWSResponseException
 
AWSResponseException(HttpCommand, HttpResponse, AWSError) - Constructor for exception org.jclouds.aws.AWSResponseException
 
AWSResponseException(HttpCommand, HttpResponse, AWSError, Throwable) - Constructor for exception org.jclouds.aws.AWSResponseException
 
AWSServerErrorRetryHandler - Class in org.jclouds.aws.handlers
Handles Retryable responses with error codes in the 5xx range
AWSServerErrorRetryHandler(AWSUtils, Set<String>) - Constructor for class org.jclouds.aws.handlers.AWSServerErrorRetryHandler
 
AWSUtils - Class in org.jclouds.aws.util
Needed to sign and verify requests and responses.
AWSUtils.GetRegionFromLocation - Class in org.jclouds.aws.util
 

B

bindErrorHandlers() - Method in class org.jclouds.aws.config.AWSHttpApiModule
 
BindMapToIndexedFormParams - Class in org.jclouds.aws.binders
 
BindMapToIndexedFormParams(String, String) - Constructor for class org.jclouds.aws.binders.BindMapToIndexedFormParams
 
bindRetryHandlers() - Method in class org.jclouds.aws.config.AWSHttpApiModule
 
BindTableToIndexedFormParams - Class in org.jclouds.aws.binders
 
BindTableToIndexedFormParams(String, String, String) - Constructor for class org.jclouds.aws.binders.BindTableToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.aws.binders.BindMapToIndexedFormParams
 
bindToRequest(R, Object) - Method in class org.jclouds.aws.binders.BindTableToIndexedFormParams
 
build() - Method in class org.jclouds.aws.domain.SessionCredentials.Builder
 
build() - Method in class org.jclouds.sts.domain.UserAndSessionCredentials.Builder
 
build() - Method in class org.jclouds.sts.STSApiMetadata.Builder
 
builder() - Static method in class org.jclouds.aws.domain.SessionCredentials
 
builder() - Static method in class org.jclouds.sts.domain.UserAndSessionCredentials
 
Builder() - Constructor for class org.jclouds.aws.domain.SessionCredentials.Builder
 
Builder() - Constructor for class org.jclouds.sts.domain.UserAndSessionCredentials.Builder
 
Builder() - Constructor for class org.jclouds.sts.options.AssumeRoleOptions.Builder
 
Builder() - Constructor for class org.jclouds.sts.options.FederatedUserOptions.Builder
 
Builder() - Constructor for class org.jclouds.sts.options.SessionCredentialsOptions.Builder
 
Builder() - Constructor for class org.jclouds.sts.STSApiMetadata.Builder
 
buildFormParameters() - Method in class org.jclouds.sts.options.AssumeRoleOptions
 
buildFormParameters() - Method in class org.jclouds.sts.options.FederatedUserOptions
 
buildFormParameters() - Method in class org.jclouds.sts.options.SessionCredentialsOptions
 

C

CA_CENTRAL_1 - Static variable in class org.jclouds.aws.domain.Region
CA-CENTRAL-1 (Canada)
characters(char[], int, int) - Method in class org.jclouds.aws.xml.ErrorHandler
 
characters(char[], int, int) - Method in class org.jclouds.aws.xml.SessionCredentialsHandler
 
characters(char[], int, int) - Method in class org.jclouds.sts.xml.UserAndSessionCredentialsHandler
 
clone() - Method in class org.jclouds.sts.options.AssumeRoleOptions
 
clone() - Method in class org.jclouds.sts.options.FederatedUserOptions
 
clone() - Method in class org.jclouds.sts.options.SessionCredentialsOptions
 
CN_NORTH_1 - Static variable in class org.jclouds.aws.domain.Region
Region in Beijing, launched early 2014.
CN_NORTHWEST_1 - Static variable in class org.jclouds.aws.domain.Region
Region in Ningxia, launched Dec 12, 2017.
createFederatedUser(String) - Method in interface org.jclouds.sts.STSApi
Returns a set of temporary credentials for a federated user with the user name specified.
createFederatedUser(String, FederatedUserOptions) - Method in interface org.jclouds.sts.STSApi
like STSApi.createFederatedUser(String), except you can modify the timeout and other parameters.
createStringToSign(HttpRequest) - Method in class org.jclouds.aws.filters.FormSigner.FormSignerV2
 
createStringToSign(HttpRequest, Multimap<String, String>) - Method in class org.jclouds.aws.filters.FormSigner.FormSignerV2
 
createTemporaryCredentials() - Method in interface org.jclouds.sts.STSApi
Returns a set of temporary credentials for an AWS account or IAM user, with a default timeout
createTemporaryCredentials(SessionCredentialsOptions) - Method in interface org.jclouds.sts.STSApi
like STSApi.createTemporaryCredentials(), except you can modify the timeout and other parameters.
credential(String) - Method in class org.jclouds.aws.domain.SessionCredentials.Builder
 
credentials(SessionCredentials) - Method in class org.jclouds.sts.domain.UserAndSessionCredentials.Builder
 

D

DEFAULT_REGIONS - Static variable in class org.jclouds.aws.domain.Region
 
DEFAULT_S3 - Static variable in class org.jclouds.aws.domain.Region
 
defaultProperties() - Static method in class org.jclouds.sts.STSApiMetadata
 
durationSeconds(long) - Static method in class org.jclouds.sts.options.AssumeRoleOptions.Builder
 
durationSeconds(long) - Method in class org.jclouds.sts.options.AssumeRoleOptions
The duration, in seconds, that the credentials should remain valid.
durationSeconds(long) - Static method in class org.jclouds.sts.options.FederatedUserOptions.Builder
 
durationSeconds(long) - Method in class org.jclouds.sts.options.FederatedUserOptions
The duration, in seconds, that the credentials should remain valid.
durationSeconds(long) - Static method in class org.jclouds.sts.options.SessionCredentialsOptions.Builder
 
durationSeconds(long) - Method in class org.jclouds.sts.options.SessionCredentialsOptions
The duration, in seconds, that the credentials should remain valid.

E

endElement(String, String, String) - Method in class org.jclouds.aws.xml.ErrorHandler
 
endElement(String, String, String) - Method in class org.jclouds.aws.xml.SessionCredentialsHandler
 
endElement(String, String, String) - Method in class org.jclouds.sts.xml.UserAndSessionCredentialsHandler
 
equals(Object) - Method in class org.jclouds.aws.domain.SessionCredentials
 
equals(Object) - Method in class org.jclouds.sts.domain.User
 
equals(Object) - Method in class org.jclouds.sts.domain.UserAndSessionCredentials
 
equals(Object) - Method in class org.jclouds.sts.options.AssumeRoleOptions
equals(Object) - Method in class org.jclouds.sts.options.FederatedUserOptions
equals(Object) - Method in class org.jclouds.sts.options.SessionCredentialsOptions
ErrorHandler - Class in org.jclouds.aws.xml
Parses the error from the Amazon S3 REST API.
ErrorHandler() - Constructor for class org.jclouds.aws.xml.ErrorHandler
 
EU_CENTRAL_1 - Static variable in class org.jclouds.aws.domain.Region
EU (Frankfurt)
EU_NORTH_1 - Static variable in class org.jclouds.aws.domain.Region
EU (Stockholm)
EU_WEST_1 - Static variable in class org.jclouds.aws.domain.Region
EU (Ireland)
EU_WEST_2 - Static variable in class org.jclouds.aws.domain.Region
EU (London)
EU_WEST_3 - Static variable in class org.jclouds.aws.domain.Region
EU (Paris)
expiration(Date) - Method in class org.jclouds.aws.domain.SessionCredentials.Builder
 
EXPIRES - Static variable in class org.jclouds.aws.reference.FormParameters
The date and time at which the signature included in the request expires, in the format YYYY-MM-DDThh:mm:ssZ.
externalId(String) - Static method in class org.jclouds.sts.options.AssumeRoleOptions.Builder
 
externalId(String) - Method in class org.jclouds.sts.options.AssumeRoleOptions
A unique identifier that is generated by a third party for each of their customers.

F

FederatedUserOptions - Class in org.jclouds.sts.options
 
FederatedUserOptions() - Constructor for class org.jclouds.sts.options.FederatedUserOptions
 
FederatedUserOptions.Builder - Class in org.jclouds.sts.options
 
filter(HttpRequest) - Method in class org.jclouds.aws.filters.FormSigner.FormSignerV2
 
filter(HttpRequest) - Method in class org.jclouds.aws.filters.FormSignerV4
Adds the Authorization header to the request.
findRegionInArgsOrNull(GeneratedHttpRequest) - Static method in class org.jclouds.aws.util.AWSUtils
 
FormParameters - Class in org.jclouds.aws.reference
Configuration properties and constants used in EC2 connections.
FormSigner - Interface in org.jclouds.aws.filters
 
FormSigner.FormSignerV2 - Class in org.jclouds.aws.filters
 
FormSignerUtils - Class in org.jclouds.aws.filters
Utilities for FormSigner implementations.
FormSignerV4 - Class in org.jclouds.aws.filters
 
FormSignerV4.ServiceAndRegion - Interface in org.jclouds.aws.filters
 
FormSignerV4.ServiceAndRegion.AWSServiceAndRegion - Class in org.jclouds.aws.filters
 
FormSigningHttpApiModule<A> - Class in org.jclouds.aws.config
Configures signature process and dependencies needed for AWS Query apis (which we sent as POST requests, hence the name Form).
FormSigningHttpApiModule() - Constructor for class org.jclouds.aws.config.FormSigningHttpApiModule
 
FormSigningHttpApiModule(Class<A>) - Constructor for class org.jclouds.aws.config.FormSigningHttpApiModule
 
from(SessionCredentials) - Method in class org.jclouds.aws.domain.SessionCredentials.Builder
 
from(UserAndSessionCredentials) - Method in class org.jclouds.sts.domain.UserAndSessionCredentials.Builder
 
fromIdAndArn(String, String) - Static method in class org.jclouds.sts.domain.User
 

G

getAccessKeyId() - Method in class org.jclouds.aws.domain.SessionCredentials
AccessKeyId ID that identifies the temporary credentials.
getAnnotatedApiVersion(HttpRequest) - Static method in class org.jclouds.aws.filters.FormSignerUtils
Get the version from a @ApiVersionOverride() annotation on an API method or its owning class.
getArn() - Method in class org.jclouds.sts.domain.User
The arn of the federated user or assumed role.
getCode() - Method in class org.jclouds.aws.domain.AWSError
The error code is a string that uniquely identifies an error condition.
getCredentials() - Method in class org.jclouds.sts.domain.UserAndSessionCredentials
The temporary security credentials, which includes an Access Key ID, a Secret Access Key, and a security token.
getDetails() - Method in class org.jclouds.aws.domain.AWSError
 
getError() - Method in exception org.jclouds.aws.AWSResponseException
 
getExpiration() - Method in class org.jclouds.aws.domain.SessionCredentials
The date on which these credentials expire.
getId() - Method in class org.jclouds.sts.domain.User
The id of the federated user or assumed role.
getMessage() - Method in class org.jclouds.aws.domain.AWSError
The error message contains a generic description of the error condition in English.
getPackedPolicySize() - Method in class org.jclouds.sts.domain.UserAndSessionCredentials
A percentage value that indicates the size of the policy in packed form.
GetRegionFromLocation() - Constructor for class org.jclouds.aws.util.AWSUtils.GetRegionFromLocation
 
getRegionFromLocationOrNull(Location) - Static method in class org.jclouds.aws.util.AWSUtils
 
getRequestId() - Method in class org.jclouds.aws.domain.AWSError
* A unique ID assigned to each request by the system.
getRequestToken() - Method in class org.jclouds.aws.domain.AWSError
 
getResult() - Method in class org.jclouds.aws.xml.ErrorHandler
 
getResult() - Method in class org.jclouds.aws.xml.SessionCredentialsHandler
 
getResult() - Method in class org.jclouds.sts.xml.UserAndSessionCredentialsHandler
 
getSecretAccessKey() - Method in class org.jclouds.aws.domain.SessionCredentials
The Secret Access Key to sign requests.
getSessionToken() - Method in class org.jclouds.aws.domain.SessionCredentials
The security token that users must pass to the service API to use the temporary credentials.
getSignature() - Method in class org.jclouds.aws.domain.AWSError
 
getStringSigned() - Method in class org.jclouds.aws.domain.AWSError
 
getUser() - Method in class org.jclouds.sts.domain.UserAndSessionCredentials
guiceProvideTimeStamp(DateService) - Method in class org.jclouds.aws.config.FormSigningHttpApiModule
 

H

handleError(HttpCommand, HttpResponse) - Method in class org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
 
hashCode() - Method in class org.jclouds.aws.domain.SessionCredentials
 
hashCode() - Method in class org.jclouds.sts.domain.User
 
hashCode() - Method in class org.jclouds.sts.domain.UserAndSessionCredentials
 
hashCode() - Method in class org.jclouds.sts.options.AssumeRoleOptions
hashCode() - Method in class org.jclouds.sts.options.FederatedUserOptions
hashCode() - Method in class org.jclouds.sts.options.SessionCredentialsOptions

I

identity(String) - Method in class org.jclouds.aws.domain.SessionCredentials.Builder
 
imposeBackoffExponentialDelay(long, int, int, int, String) - Method in class org.jclouds.aws.handlers.AWSServerErrorRetryHandler
 
indexIterableToFormValuesWithPrefix(R, String, Object) - Static method in class org.jclouds.aws.util.AWSUtils
 
indexMapOfIterableToFormValuesWithPrefix(R, String, String, String, Object) - Static method in class org.jclouds.aws.util.AWSUtils
 
indexMapToFormValuesWithPrefix(R, String, String, String, Object) - Static method in class org.jclouds.aws.util.AWSUtils
 
indexMultimapToFormValuesWithPrefix(R, String, String, String, Object) - Static method in class org.jclouds.aws.util.AWSUtils
 
indexStringArrayToFormValuesWithPrefix(R, String, Object) - Static method in class org.jclouds.aws.util.AWSUtils
 
indexStringArrayToFormValuesWithStringFormat(R, String, Object) - Static method in class org.jclouds.aws.util.AWSUtils
 
isRegion(String) - Static method in class org.jclouds.aws.util.AWSUtils
 

L

logger - Variable in class org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
 
logger - Variable in class org.jclouds.aws.util.AWSUtils
 

M

mandatoryParametersForSignature - Static variable in class org.jclouds.aws.filters.FormSigner.FormSignerV2
 
ME_SOUTH_1 - Static variable in class org.jclouds.aws.domain.Region
ME (Bahrain)

O

org.jclouds.aws - package org.jclouds.aws
 
org.jclouds.aws.binders - package org.jclouds.aws.binders
 
org.jclouds.aws.config - package org.jclouds.aws.config
 
org.jclouds.aws.domain - package org.jclouds.aws.domain
 
org.jclouds.aws.filters - package org.jclouds.aws.filters
 
org.jclouds.aws.handlers - package org.jclouds.aws.handlers
This package contains HttpResponseHandlers needed to operate the REST api.
org.jclouds.aws.reference - package org.jclouds.aws.reference
 
org.jclouds.aws.util - package org.jclouds.aws.util
 
org.jclouds.aws.xml - package org.jclouds.aws.xml
 
org.jclouds.sts - package org.jclouds.sts
 
org.jclouds.sts.config - package org.jclouds.sts.config
 
org.jclouds.sts.domain - package org.jclouds.sts.domain
 
org.jclouds.sts.options - package org.jclouds.sts.options
 
org.jclouds.sts.xml - package org.jclouds.sts.xml
 

P

packedPolicySize(int) - Method in class org.jclouds.sts.domain.UserAndSessionCredentials.Builder
 
parseAWSErrorFromContent(HttpRequest, HttpResponse) - Method in class org.jclouds.aws.util.AWSUtils
 
ParseAWSErrorFromXmlContent - Class in org.jclouds.aws.handlers
This will parse and set an appropriate exception on the command object.
ParseAWSErrorFromXmlContent(AWSUtils) - Constructor for class org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
 
parseHandle(String) - Static method in class org.jclouds.aws.util.AWSUtils
 
policy(String) - Static method in class org.jclouds.sts.options.AssumeRoleOptions.Builder
 
policy(String) - Method in class org.jclouds.sts.options.AssumeRoleOptions
A supplemental policy that can be associated with the temporary security credentials.
policy(String) - Static method in class org.jclouds.sts.options.FederatedUserOptions.Builder
 
policy(String) - Method in class org.jclouds.sts.options.FederatedUserOptions
A supplemental policy that can be associated with the temporary security credentials.
PROPERTY_AUTH_TAG - Static variable in class org.jclouds.aws.reference.AWSConstants
 
PROPERTY_HEADER_TAG - Static variable in class org.jclouds.aws.reference.AWSConstants
 
PROPERTY_ZONECLIENT_ENDPOINT - Static variable in class org.jclouds.aws.reference.AWSConstants
 
provideRetryableCodes() - Method in class org.jclouds.aws.config.AWSHttpApiModule
 
provideRetryableServerCodes() - Method in class org.jclouds.aws.config.AWSHttpApiModule
 
provideTimeStamp(DateService) - Method in class org.jclouds.aws.config.FormSigningHttpApiModule
 

R

refineException(HttpCommand, HttpResponse, Exception, AWSError, String) - Method in class org.jclouds.aws.handlers.ParseAWSErrorFromXmlContent
 
region(String) - Method in class org.jclouds.aws.filters.FormSignerV4.ServiceAndRegion.AWSServiceAndRegion
 
region(String) - Method in interface org.jclouds.aws.filters.FormSignerV4.ServiceAndRegion
 
Region - Class in org.jclouds.aws.domain
Regions used for all aws commands.
Region() - Constructor for class org.jclouds.aws.domain.Region
 
regionProperties() - Static method in class org.jclouds.aws.domain.Region
 
regionPropertiesS3() - Static method in class org.jclouds.aws.domain.Region
 

S

SA_EAST_1 - Static variable in class org.jclouds.aws.domain.Region
SA-EAST-1 (Sao Paolo)
secretAccessKey(String) - Method in class org.jclouds.aws.domain.SessionCredentials.Builder
 
SECURITY_TOKEN - Static variable in class org.jclouds.aws.reference.FormParameters
Temporary access token.
self() - Method in class org.jclouds.sts.STSApiMetadata.Builder
 
serialNumber(String) - Static method in class org.jclouds.sts.options.SessionCredentialsOptions.Builder
 
serialNumber(String) - Method in class org.jclouds.sts.options.SessionCredentialsOptions
The identification number of the MFA device for the user.
service() - Method in class org.jclouds.aws.filters.FormSignerV4.ServiceAndRegion.AWSServiceAndRegion
 
service() - Method in interface org.jclouds.aws.filters.FormSignerV4.ServiceAndRegion
 
SessionCredentials - Class in org.jclouds.aws.domain
AWS credentials for API authentication.
SessionCredentials.Builder - Class in org.jclouds.aws.domain
 
SessionCredentialsHandler - Class in org.jclouds.aws.xml
 
SessionCredentialsHandler(DateService) - Constructor for class org.jclouds.aws.xml.SessionCredentialsHandler
 
SessionCredentialsOptions - Class in org.jclouds.sts.options
Options used to get a session token.
SessionCredentialsOptions() - Constructor for class org.jclouds.sts.options.SessionCredentialsOptions
 
SessionCredentialsOptions.Builder - Class in org.jclouds.sts.options
 
sessionToken(String) - Method in class org.jclouds.aws.domain.SessionCredentials.Builder
 
setCode(String) - Method in class org.jclouds.aws.domain.AWSError
 
setDetails(Map<String, String>) - Method in class org.jclouds.aws.domain.AWSError
 
setError(AWSError) - Method in exception org.jclouds.aws.AWSResponseException
 
setMessage(String) - Method in class org.jclouds.aws.domain.AWSError
 
setRequestId(String) - Method in class org.jclouds.aws.domain.AWSError
 
setRequestToken(String) - Method in class org.jclouds.aws.domain.AWSError
 
setSignature(String) - Method in class org.jclouds.aws.domain.AWSError
 
setStringSigned(String) - Method in class org.jclouds.aws.domain.AWSError
 
shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.aws.handlers.AWSClientErrorRetryHandler
 
shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.aws.handlers.AWSServerErrorRetryHandler
 
shouldRetryRequestOnError(HttpCommand, HttpResponse, AWSError) - Method in class org.jclouds.aws.handlers.AWSClientErrorRetryHandler
 
shouldRetryRequestOnError(HttpCommand, HttpResponse, AWSError) - Method in class org.jclouds.aws.handlers.AWSServerErrorRetryHandler
 
sign(String) - Method in class org.jclouds.aws.filters.FormSigner.FormSignerV2
 
SIGNATURE - Static variable in class org.jclouds.aws.reference.FormParameters
The request signature.
SIGNATURE_METHOD - Static variable in class org.jclouds.aws.reference.FormParameters
The hash algorithm you use to create the request signature.
SIGNATURE_VERSION - Static variable in class org.jclouds.aws.reference.FormParameters
The signature version you use to sign the request.
startElement(String, String, String, Attributes) - Method in class org.jclouds.sts.xml.UserAndSessionCredentialsHandler
 
STSApi - Interface in org.jclouds.sts
Provides access to Amazon STS via the Query API
STSApiMetadata - Class in org.jclouds.sts
Implementation of ApiMetadata for Amazon's STS api.
STSApiMetadata() - Constructor for class org.jclouds.sts.STSApiMetadata
 
STSApiMetadata(STSApiMetadata.Builder) - Constructor for class org.jclouds.sts.STSApiMetadata
 
STSApiMetadata.Builder - Class in org.jclouds.sts
 
STSHttpApiModule - Class in org.jclouds.sts.config
Configures the STS connection.
STSHttpApiModule() - Constructor for class org.jclouds.sts.config.STSHttpApiModule
 

T

TIMESTAMP - Static variable in class org.jclouds.aws.reference.FormParameters
The date and time at which the request is signed, in the format YYYY-MM-DDThh:mm:ssZ.
toBuilder() - Method in class org.jclouds.aws.domain.SessionCredentials
 
toBuilder() - Method in class org.jclouds.sts.domain.UserAndSessionCredentials
 
toBuilder() - Method in class org.jclouds.sts.STSApiMetadata
 
tokenCode(String) - Static method in class org.jclouds.sts.options.SessionCredentialsOptions.Builder
 
tokenCode(String) - Method in class org.jclouds.sts.options.SessionCredentialsOptions
The value provided by the MFA device.
toString() - Method in class org.jclouds.aws.domain.AWSError
 
toString() - Method in class org.jclouds.aws.domain.SessionCredentials
 
toString() - Method in class org.jclouds.sts.domain.User
 
toString() - Method in class org.jclouds.sts.domain.UserAndSessionCredentials
 
toString() - Method in class org.jclouds.sts.options.AssumeRoleOptions
toString() - Method in class org.jclouds.sts.options.FederatedUserOptions
toString() - Method in class org.jclouds.sts.options.SessionCredentialsOptions

U

US_EAST_1 - Static variable in class org.jclouds.aws.domain.Region
US-East-1 (N.
US_EAST_2 - Static variable in class org.jclouds.aws.domain.Region
US-East-2 (Ohio)
US_STANDARD - Static variable in class org.jclouds.aws.domain.Region
US Standard
US_WEST_1 - Static variable in class org.jclouds.aws.domain.Region
US-West (Northern California)
US_WEST_2 - Static variable in class org.jclouds.aws.domain.Region
US-West-2 (Oregon)
user(User) - Method in class org.jclouds.sts.domain.UserAndSessionCredentials.Builder
 
User - Class in org.jclouds.sts.domain
 
UserAndSessionCredentials - Class in org.jclouds.sts.domain
 
UserAndSessionCredentials.Builder - Class in org.jclouds.sts.domain
 
UserAndSessionCredentialsHandler - Class in org.jclouds.sts.xml
 
UserAndSessionCredentialsHandler(SessionCredentialsHandler) - Constructor for class org.jclouds.sts.xml.UserAndSessionCredentialsHandler
 

V

VERSION - Static variable in class org.jclouds.aws.reference.FormParameters
The API version to use, as specified in the WSDL.
A B C D E F G H I L M O P R S T U V 
All Classes All Packages