Uses of Class
software.amazon.awssdk.services.pinpointemail.model.GetAccountRequest
-
Packages that use GetAccountRequest Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.transform -
-
Uses of GetAccountRequest in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail with parameters of type GetAccountRequest Modifier and Type Method Description default CompletableFuture<GetAccountResponse>PinpointEmailAsyncClient. getAccount(GetAccountRequest getAccountRequest)Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current AWS Region.default GetAccountResponsePinpointEmailClient. getAccount(GetAccountRequest getAccountRequest)Obtain information about the email-sending status and capabilities of your Amazon Pinpoint account in the current AWS Region. -
Uses of GetAccountRequest in software.amazon.awssdk.services.pinpointemail.transform
Methods in software.amazon.awssdk.services.pinpointemail.transform with parameters of type GetAccountRequest Modifier and Type Method Description SdkHttpFullRequestGetAccountRequestMarshaller. marshall(GetAccountRequest getAccountRequest)
-