| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| software.amazon.awssdk.services.emr.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSecurityConfigurationsResponse |
EmrClient.listSecurityConfigurations()
Lists all the security configurations visible to this account, providing their creation dates and times, and
their names.
|
default ListSecurityConfigurationsResponse |
EmrClient.listSecurityConfigurations(Consumer<ListSecurityConfigurationsRequest.Builder> listSecurityConfigurationsRequest)
Lists all the security configurations visible to this account, providing their creation dates and times, and
their names.
|
default ListSecurityConfigurationsResponse |
EmrClient.listSecurityConfigurations(ListSecurityConfigurationsRequest listSecurityConfigurationsRequest)
Lists all the security configurations visible to this account, providing their creation dates and times, and
their names.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSecurityConfigurationsResponse> |
EmrAsyncClient.listSecurityConfigurations()
Lists all the security configurations visible to this account, providing their creation dates and times, and
their names.
|
default CompletableFuture<ListSecurityConfigurationsResponse> |
EmrAsyncClient.listSecurityConfigurations(Consumer<ListSecurityConfigurationsRequest.Builder> listSecurityConfigurationsRequest)
Lists all the security configurations visible to this account, providing their creation dates and times, and
their names.
|
default CompletableFuture<ListSecurityConfigurationsResponse> |
EmrAsyncClient.listSecurityConfigurations(ListSecurityConfigurationsRequest listSecurityConfigurationsRequest)
Lists all the security configurations visible to this account, providing their creation dates and times, and
their names.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSecurityConfigurationsResponse> |
ListSecurityConfigurationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSecurityConfigurationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSecurityConfigurationsResponse> subscriber) |
Copyright © 2023. All rights reserved.