Class CognitoIdentityProviderResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AddCustomAttributesResponse
,AdminAddUserToGroupResponse
,AdminConfirmSignUpResponse
,AdminCreateUserResponse
,AdminDeleteUserAttributesResponse
,AdminDeleteUserResponse
,AdminDisableProviderForUserResponse
,AdminDisableUserResponse
,AdminEnableUserResponse
,AdminForgetDeviceResponse
,AdminGetDeviceResponse
,AdminGetUserResponse
,AdminInitiateAuthResponse
,AdminLinkProviderForUserResponse
,AdminListDevicesResponse
,AdminListGroupsForUserResponse
,AdminListUserAuthEventsResponse
,AdminRemoveUserFromGroupResponse
,AdminResetUserPasswordResponse
,AdminRespondToAuthChallengeResponse
,AdminSetUserMfaPreferenceResponse
,AdminSetUserPasswordResponse
,AdminSetUserSettingsResponse
,AdminUpdateAuthEventFeedbackResponse
,AdminUpdateDeviceStatusResponse
,AdminUpdateUserAttributesResponse
,AdminUserGlobalSignOutResponse
,AssociateSoftwareTokenResponse
,ChangePasswordResponse
,ConfirmDeviceResponse
,ConfirmForgotPasswordResponse
,ConfirmSignUpResponse
,CreateGroupResponse
,CreateIdentityProviderResponse
,CreateResourceServerResponse
,CreateUserImportJobResponse
,CreateUserPoolClientResponse
,CreateUserPoolDomainResponse
,CreateUserPoolResponse
,DeleteGroupResponse
,DeleteIdentityProviderResponse
,DeleteResourceServerResponse
,DeleteUserAttributesResponse
,DeleteUserPoolClientResponse
,DeleteUserPoolDomainResponse
,DeleteUserPoolResponse
,DeleteUserResponse
,DescribeIdentityProviderResponse
,DescribeResourceServerResponse
,DescribeRiskConfigurationResponse
,DescribeUserImportJobResponse
,DescribeUserPoolClientResponse
,DescribeUserPoolDomainResponse
,DescribeUserPoolResponse
,ForgetDeviceResponse
,ForgotPasswordResponse
,GetCsvHeaderResponse
,GetDeviceResponse
,GetGroupResponse
,GetIdentityProviderByIdentifierResponse
,GetLogDeliveryConfigurationResponse
,GetSigningCertificateResponse
,GetUiCustomizationResponse
,GetUserAttributeVerificationCodeResponse
,GetUserPoolMfaConfigResponse
,GetUserResponse
,GlobalSignOutResponse
,InitiateAuthResponse
,ListDevicesResponse
,ListGroupsResponse
,ListIdentityProvidersResponse
,ListResourceServersResponse
,ListTagsForResourceResponse
,ListUserImportJobsResponse
,ListUserPoolClientsResponse
,ListUserPoolsResponse
,ListUsersInGroupResponse
,ListUsersResponse
,ResendConfirmationCodeResponse
,RespondToAuthChallengeResponse
,RevokeTokenResponse
,SetLogDeliveryConfigurationResponse
,SetRiskConfigurationResponse
,SetUiCustomizationResponse
,SetUserMfaPreferenceResponse
,SetUserPoolMfaConfigResponse
,SetUserSettingsResponse
,SignUpResponse
,StartUserImportJobResponse
,StopUserImportJobResponse
,TagResourceResponse
,UntagResourceResponse
,UpdateAuthEventFeedbackResponse
,UpdateDeviceStatusResponse
,UpdateGroupResponse
,UpdateIdentityProviderResponse
,UpdateResourceServerResponse
,UpdateUserAttributesResponse
,UpdateUserPoolClientResponse
,UpdateUserPoolDomainResponse
,UpdateUserPoolResponse
,VerifySoftwareTokenResponse
,VerifyUserAttributeResponse
@Generated("software.amazon.awssdk:codegen") public abstract class CognitoIdentityProviderResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CognitoIdentityProviderResponse.Builder
protected static class
CognitoIdentityProviderResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protected
CognitoIdentityProviderResponse(CognitoIdentityProviderResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CognitoIdentityProviderResponseMetadata
responseMetadata()
-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
CognitoIdentityProviderResponse
protected CognitoIdentityProviderResponse(CognitoIdentityProviderResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public CognitoIdentityProviderResponseMetadata responseMetadata()
- Overrides:
responseMetadata
in classAwsResponse
-
-