public static interface ListSAMLProvidersResponse.Builder extends IAMResponse.Builder, CopyableBuilder<ListSAMLProvidersResponse.Builder,ListSAMLProvidersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSAMLProvidersResponse.Builder |
samlProviderList(Collection<SAMLProviderListEntry> samlProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
|
ListSAMLProvidersResponse.Builder |
samlProviderList(Consumer<SAMLProviderListEntry.Builder>... samlProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
|
ListSAMLProvidersResponse.Builder |
samlProviderList(SAMLProviderListEntry... samlProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListSAMLProvidersResponse.Builder samlProviderList(Collection<SAMLProviderListEntry> samlProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
samlProviderList - The list of SAML provider resource objects defined in IAM for this AWS account.ListSAMLProvidersResponse.Builder samlProviderList(SAMLProviderListEntry... samlProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
samlProviderList - The list of SAML provider resource objects defined in IAM for this AWS account.ListSAMLProvidersResponse.Builder samlProviderList(Consumer<SAMLProviderListEntry.Builder>... samlProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #samlProviderList(List) .samlProviderList - a consumer that will call methods on List.Builder #samlProviderList(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.