Uses of Class
software.amazon.awssdk.services.sns.model.GetSmsSandboxAccountStatusResponse
Packages that use GetSmsSandboxAccountStatusResponse
-
Uses of GetSmsSandboxAccountStatusResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return GetSmsSandboxAccountStatusResponseModifier and TypeMethodDescriptionSnsClient.getSMSSandboxAccountStatus(Consumer<GetSmsSandboxAccountStatusRequest.Builder> getSmsSandboxAccountStatusRequest) Retrieves the SMS sandbox status for the calling Amazon Web Services account in the target Amazon Web Services Region.SnsClient.getSMSSandboxAccountStatus(GetSmsSandboxAccountStatusRequest getSmsSandboxAccountStatusRequest) Retrieves the SMS sandbox status for the calling Amazon Web Services account in the target Amazon Web Services Region.Methods in software.amazon.awssdk.services.sns that return types with arguments of type GetSmsSandboxAccountStatusResponseModifier and TypeMethodDescriptionSnsAsyncClient.getSMSSandboxAccountStatus(Consumer<GetSmsSandboxAccountStatusRequest.Builder> getSmsSandboxAccountStatusRequest) Retrieves the SMS sandbox status for the calling Amazon Web Services account in the target Amazon Web Services Region.SnsAsyncClient.getSMSSandboxAccountStatus(GetSmsSandboxAccountStatusRequest getSmsSandboxAccountStatusRequest) Retrieves the SMS sandbox status for the calling Amazon Web Services account in the target Amazon Web Services Region.