Uses of Interface
software.amazon.awssdk.services.rolesanywhere.model.ListCrlsRequest.Builder
-
Packages that use ListCrlsRequest.Builder Package Description software.amazon.awssdk.services.rolesanywhere Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials.software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of ListCrlsRequest.Builder in software.amazon.awssdk.services.rolesanywhere
Method parameters in software.amazon.awssdk.services.rolesanywhere with type arguments of type ListCrlsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListCrlsResponse>RolesAnywhereAsyncClient. listCrls(Consumer<ListCrlsRequest.Builder> listCrlsRequest)Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.default ListCrlsResponseRolesAnywhereClient. listCrls(Consumer<ListCrlsRequest.Builder> listCrlsRequest)Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.default ListCrlsPublisherRolesAnywhereAsyncClient. listCrlsPaginator(Consumer<ListCrlsRequest.Builder> listCrlsRequest)Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.default ListCrlsIterableRolesAnywhereClient. listCrlsPaginator(Consumer<ListCrlsRequest.Builder> listCrlsRequest)Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region. -
Uses of ListCrlsRequest.Builder in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return ListCrlsRequest.Builder Modifier and Type Method Description static ListCrlsRequest.BuilderListCrlsRequest. builder()ListCrlsRequest.BuilderListCrlsRequest.Builder. nextToken(String nextToken)A token that indicates where the output should continue from, if a previous request did not show all results.ListCrlsRequest.BuilderListCrlsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCrlsRequest.BuilderListCrlsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCrlsRequest.BuilderListCrlsRequest.Builder. pageSize(Integer pageSize)The number of resources in the paginated list.ListCrlsRequest.BuilderListCrlsRequest. toBuilder()Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type ListCrlsRequest.Builder Modifier and Type Method Description static Class<? extends ListCrlsRequest.Builder>ListCrlsRequest. serializableBuilderClass()
-