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() |
|