Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResponse.Builder
-
Packages that use GetCloudFrontOriginAccessIdentityResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of GetCloudFrontOriginAccessIdentityResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GetCloudFrontOriginAccessIdentityResponse.Builder Modifier and Type Method Description static GetCloudFrontOriginAccessIdentityResponse.BuilderGetCloudFrontOriginAccessIdentityResponse. builder()default GetCloudFrontOriginAccessIdentityResponse.BuilderGetCloudFrontOriginAccessIdentityResponse.Builder. cloudFrontOriginAccessIdentity(Consumer<CloudFrontOriginAccessIdentity.Builder> cloudFrontOriginAccessIdentity)The origin access identity's information.GetCloudFrontOriginAccessIdentityResponse.BuilderGetCloudFrontOriginAccessIdentityResponse.Builder. cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)The origin access identity's information.GetCloudFrontOriginAccessIdentityResponse.BuilderGetCloudFrontOriginAccessIdentityResponse.Builder. eTag(String eTag)The current version of the origin access identity's information.GetCloudFrontOriginAccessIdentityResponse.BuilderGetCloudFrontOriginAccessIdentityResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GetCloudFrontOriginAccessIdentityResponse.Builder Modifier and Type Method Description static Class<? extends GetCloudFrontOriginAccessIdentityResponse.Builder>GetCloudFrontOriginAccessIdentityResponse. serializableBuilderClass()
-