| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default ListRetirableGrantsResponse |
KmsClient.listRetirableGrants(Consumer<ListRetirableGrantsRequest.Builder> listRetirableGrantsRequest)
Returns all grants in which the specified principal is the
RetiringPrincipal in the grant. |
default ListRetirableGrantsResponse |
KmsClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns all grants in which the specified principal is the
RetiringPrincipal in the grant. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRetirableGrantsResponse> |
KmsAsyncClient.listRetirableGrants(Consumer<ListRetirableGrantsRequest.Builder> listRetirableGrantsRequest)
Returns all grants in which the specified principal is the
RetiringPrincipal in the grant. |
default CompletableFuture<ListRetirableGrantsResponse> |
KmsAsyncClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns all grants in which the specified principal is the
RetiringPrincipal in the grant. |
Copyright © 2021. All rights reserved.