Package com.jetbrains.notary.models
Class NewSubmissionResponse.Data.Attributes
-
- All Implemented Interfaces:
public final class NewSubmissionResponse.Data.AttributesInformation that you use to upload your software for notarization.
https://developer.apple.com/documentation/notaryapi/newsubmissionresponse/data/attributes
-
-
Field Summary
Fields Modifier and Type Field Description private final StringawsAccessKeyIdprivate final StringawsSecretAccessKeyprivate final StringawsSessionTokenprivate final Stringbucketprivate final Stringobject
-
Method Summary
Modifier and Type Method Description final StringgetAwsAccessKeyId()An access key that you use in a call to Amazon S3. final StringgetAwsSecretAccessKey()A secret key that you use in a call to Amazon S3. final StringgetAwsSessionToken()A session token that you use in a call to Amazon S3. final StringgetBucket()The Amazon S3 bucket that you upload your software into. final StringgetObject()The object key that identifies your software upload within the bucket. -
-
Method Detail
-
getAwsAccessKeyId
final String getAwsAccessKeyId()
An access key that you use in a call to Amazon S3.
-
getAwsSecretAccessKey
final String getAwsSecretAccessKey()
A secret key that you use in a call to Amazon S3.
-
getAwsSessionToken
final String getAwsSessionToken()
A session token that you use in a call to Amazon S3.
-
-
-
-