Uses of Interface
software.amazon.awssdk.services.s3.model.CreateSessionResponse.Builder
-
Packages that use CreateSessionResponse.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of CreateSessionResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CreateSessionResponse.Builder Modifier and Type Method Description static CreateSessionResponse.BuilderCreateSessionResponse. builder()default CreateSessionResponse.BuilderCreateSessionResponse.Builder. credentials(Consumer<SessionCredentials.Builder> credentials)The established temporary security credentials for the created session.CreateSessionResponse.BuilderCreateSessionResponse.Builder. credentials(SessionCredentials credentials)The established temporary security credentials for the created session.CreateSessionResponse.BuilderCreateSessionResponse. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CreateSessionResponse.Builder Modifier and Type Method Description static Class<? extends CreateSessionResponse.Builder>CreateSessionResponse. serializableBuilderClass()
-