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.Builder
CreateSessionResponse. builder()
default CreateSessionResponse.Builder
CreateSessionResponse.Builder. credentials(Consumer<SessionCredentials.Builder> credentials)
The established temporary security credentials for the created session.CreateSessionResponse.Builder
CreateSessionResponse.Builder. credentials(SessionCredentials credentials)
The established temporary security credentials for the created session.CreateSessionResponse.Builder
CreateSessionResponse. 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()
-