Uses of Interface
software.amazon.awssdk.services.synthetics.model.GetCanaryResponse.Builder
-
Packages that use GetCanaryResponse.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of GetCanaryResponse.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return GetCanaryResponse.Builder Modifier and Type Method Description static GetCanaryResponse.BuilderGetCanaryResponse. builder()default GetCanaryResponse.BuilderGetCanaryResponse.Builder. canary(Consumer<Canary.Builder> canary)A structure that contains the full information about the canary.GetCanaryResponse.BuilderGetCanaryResponse.Builder. canary(Canary canary)A structure that contains the full information about the canary.GetCanaryResponse.BuilderGetCanaryResponse. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type GetCanaryResponse.Builder Modifier and Type Method Description static Class<? extends GetCanaryResponse.Builder>GetCanaryResponse. serializableBuilderClass()
-