| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
static ListSigningProfilesResponse.Builder |
ListSigningProfilesResponse.builder() |
ListSigningProfilesResponse.Builder |
ListSigningProfilesResponse.Builder.nextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningProfilesResponse.Builder |
ListSigningProfilesResponse.Builder.profiles(Collection<SigningProfile> profiles)
A list of profiles that are available in the AWS account.
|
ListSigningProfilesResponse.Builder |
ListSigningProfilesResponse.Builder.profiles(Consumer<SigningProfile.Builder>... profiles)
A list of profiles that are available in the AWS account.
|
ListSigningProfilesResponse.Builder |
ListSigningProfilesResponse.Builder.profiles(SigningProfile... profiles)
A list of profiles that are available in the AWS account.
|
ListSigningProfilesResponse.Builder |
ListSigningProfilesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSigningProfilesResponse.Builder> |
ListSigningProfilesResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.