Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
AWSV4Signature |
AWSV4Signature.clone() |
AWSV4Signature |
SecuritySettings.getAwsV4Authentication()
The configuration needed to generate a signature for access to private storage buckets that
support AWS's Signature Version 4 for authentication.
|
AWSV4Signature |
AWSV4Signature.set(String fieldName,
Object value) |
AWSV4Signature |
AWSV4Signature.setAccessKey(String accessKey)
The access key used for s3 bucket authentication.
|
AWSV4Signature |
AWSV4Signature.setAccessKeyId(String accessKeyId)
The identifier of an access key used for s3 bucket authentication.
|
AWSV4Signature |
AWSV4Signature.setAccessKeyVersion(String accessKeyVersion)
The optional version identifier for the access key.
|
AWSV4Signature |
AWSV4Signature.setOriginRegion(String originRegion)
The name of the cloud region of your origin.
|
Modifier and Type | Method and Description |
---|---|
SecuritySettings |
SecuritySettings.setAwsV4Authentication(AWSV4Signature awsV4Authentication)
The configuration needed to generate a signature for access to private storage buckets that
support AWS's Signature Version 4 for authentication.
|
Copyright © 2011–2024 Google. All rights reserved.