Uses of Interface
software.amazon.awssdk.services.verifiedpermissions.model.UpdateIdentitySourceResponse.Builder
-
Packages that use UpdateIdentitySourceResponse.Builder Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of UpdateIdentitySourceResponse.Builder in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return UpdateIdentitySourceResponse.Builder Modifier and Type Method Description static UpdateIdentitySourceResponse.BuilderUpdateIdentitySourceResponse. builder()UpdateIdentitySourceResponse.BuilderUpdateIdentitySourceResponse.Builder. createdDate(Instant createdDate)The date and time that the updated identity source was originally created.UpdateIdentitySourceResponse.BuilderUpdateIdentitySourceResponse.Builder. identitySourceId(String identitySourceId)The ID of the updated identity source.UpdateIdentitySourceResponse.BuilderUpdateIdentitySourceResponse.Builder. lastUpdatedDate(Instant lastUpdatedDate)The date and time that the identity source was most recently updated.UpdateIdentitySourceResponse.BuilderUpdateIdentitySourceResponse.Builder. policyStoreId(String policyStoreId)The ID of the policy store that contains the updated identity source.UpdateIdentitySourceResponse.BuilderUpdateIdentitySourceResponse. toBuilder()Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type UpdateIdentitySourceResponse.Builder Modifier and Type Method Description static Class<? extends UpdateIdentitySourceResponse.Builder>UpdateIdentitySourceResponse. serializableBuilderClass()
-