| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| Modifier and Type | Method and Description |
|---|---|
default GetDeviceResponse |
CognitoIdentityProviderClient.getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest)
Gets the device.
|
default GetDeviceResponse |
CognitoIdentityProviderClient.getDevice(GetDeviceRequest getDeviceRequest)
Gets the device.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDeviceResponse> |
CognitoIdentityProviderAsyncClient.getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest)
Gets the device.
|
default CompletableFuture<GetDeviceResponse> |
CognitoIdentityProviderAsyncClient.getDevice(GetDeviceRequest getDeviceRequest)
Gets the device.
|
Copyright © 2019. All rights reserved.