Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private S3Location |
RequestUploadCredentialsResult.storageLocation
Amazon S3 path and key, identifying where the game build files are
stored.
|
private S3Location |
CreateBuildResult.storageLocation
Amazon S3 path and key, identifying where the game build files are
stored.
|
private S3Location |
CreateBuildRequest.storageLocation |
Modifier and Type | Method and Description |
---|---|
S3Location |
S3Location.clone() |
S3Location |
RequestUploadCredentialsResult.getStorageLocation()
Amazon S3 path and key, identifying where the game build files are
stored.
|
S3Location |
CreateBuildResult.getStorageLocation()
Amazon S3 path and key, identifying where the game build files are
stored.
|
S3Location |
CreateBuildRequest.getStorageLocation() |
S3Location |
S3Location.withBucket(java.lang.String bucket)
Amazon S3 bucket identifier.
|
S3Location |
S3Location.withKey(java.lang.String key)
Amazon S3 bucket key.
|
S3Location |
S3Location.withRoleArn(java.lang.String roleArn) |
Modifier and Type | Method and Description |
---|---|
void |
RequestUploadCredentialsResult.setStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are
stored.
|
void |
CreateBuildResult.setStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are
stored.
|
void |
CreateBuildRequest.setStorageLocation(S3Location storageLocation) |
RequestUploadCredentialsResult |
RequestUploadCredentialsResult.withStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are
stored.
|
CreateBuildResult |
CreateBuildResult.withStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are
stored.
|
CreateBuildRequest |
CreateBuildRequest.withStorageLocation(S3Location storageLocation) |
Modifier and Type | Method and Description |
---|---|
S3Location |
S3LocationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
S3LocationJsonMarshaller.marshall(S3Location s3Location,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|